I'm trying to create an XML output file which I can export to Microsoft Excel using an API. However I am very new to this kind of stuff and I am unaware of how to do it. I have been given this information.
- Endpoint: http://ift.tt/1tM9tNi
- Methods: GET, POST (with url-encoded data in body)
- Return data: XML, JSON (via special URL suffix: http://ift.tt/1wOo2Lj, not Accept headers due to legacy clients)
Data is provided as a series of parameters:
Parameter
hours
typeid
minQ
regionlimit
usesystem
Usage
Statistics for market orders with a reported time up to X hours hold. Defaults to 24.
The type ID of the item you are requesting. I.e., 34 for Tritanium. Can be specified more than once. Can be specified in a comma separated list.
The minimum quantity in an order to consider it for the statistics. Defaults to a heuristic scaled per type ID.
Restrict statistics to a region. Can be specified more than once.
Restrict statistics to a system.
Required
False
True
False
False
False
More than once
True
True
False
True
False
Any help on what programming language to use and how to program and output this XML file so that I can import it into a spreadsheet would be greatly appreciated.
Thank you,
Dan
No comments:
Post a Comment