More actions
Finshed the market endpoint. |
No edit summary |
||
| Line 17: | Line 17: | ||
A correct response will return JSON code similar to the code below. | A correct response will return JSON code similar to the code below. | ||
[[http://pastebin.com/2bZym9qc This]] particular example is similar to result code you would get if you made a GET request to get some market data on some item. | [[http://pastebin.com/2bZym9qc This]] particular example is similar to result code you would get if you made a GET request to get some market data on some item. | ||
JSON, or Javascript Object Notation is syntax for storing and exchanging text information, similar to XML. It has been found to be smaller and easier to parse than XML. To learn more about JSON syntax, look at [http://www.w3schools.com/json/default.asp this] page. | |||
An incorrectly formatted request will usually yield a 404 - Resource Not Found or similar error. | An incorrectly formatted request will usually yield a 404 - Resource Not Found or similar error. | ||