Link to home
Start Free TrialLog in
Avatar of DigitalNam
DigitalNamFlag for Namibia

asked on

Delphi XE7 Rest Client

Good day all,

I need to write a small application with Delphi for personal use that connects to a REST server. I just want to read the data and display it in a listview on my form but I have no idea how to do it. I had a look at some samples on the internet but I am still not getting an idea.

I have received a username, password and source from the DB Admin and it uses Basic Auth.

This is some info that I received.

Rest Server is hosted at http://gaapapi.gaap.co.za/goo
Content type is application/json

Below is some of the documentation I received but I have NO IDEA how to retrieve any information.

Below is the standard list of call that can be made to GOO. But first some standard parameters.
{00v} The identifier assigned to the OOV. This is created with the user profile
{storeid} When a call is made directly for a single store when this would be used
{orderid} The unique orderid/orderno from OOV

[Action] List Stock Codes [Method] GET [URI] /info/stock/{oov}/{storeid} [Body] N/A

If anyone can please some examples etc. to get me started it would be great.
ASKER CERTIFIED SOLUTION
Avatar of Sinisa Vuk
Sinisa Vuk
Flag of Croatia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DigitalNam

ASKER

Got me on the right track thank you