0
我很新,提交使用API憑據API的POST請求,並且正在尋找關於如何在Ruby on Rails中完成的解釋。基本身份驗證POST請求API授權標頭 - Ruby
我使用的是Shipwire API,我試圖張貼到/訂單。
POST /api/v3/orders HTTP/1.1
Host: api.beta.website.com
Authorization: Basic TG9vayBhdCB0aGF0OyBEdWNrcy4uLm9uIGEgbGFrZSEK
我有一個Order對象準備好了,但是想知道是否有人可以對此有所瞭解。
? – Jeremie
'rest-client' https://github.com/rest-client/rest-client?也許你正在尋找這個:https://github.com/rest-client/rest-client#usage-activeresource-style。也可以嘗試這個http://stackoverflow.com/questions/20890769/authentication-headers-using-rest-client-ruby-gem/20891526#20891526 – rony36
非常感謝您!這正是我一直在尋找的:) –