Restful API calls, HTTP library and Json

Just starting out? Need help? Post your questions and find answers here.
User avatar
emerkel
New User
New User
Posts: 3
Joined: Tue Nov 02, 2004 12:40 am
Location: Edmond OK

Restful API calls, HTTP library and Json

Post by emerkel »

Hi,

I have tried searching through the forums, the help documentation and as many other sources as I can find, but I have not found any help so far so I am going to bother you with a question.

I need to consume a rest api and I do not see from the documentation on the HTTP library in help, nor in the JSON library how to actually get data back from a website in a string form rather than as a file. Does anyone here know of any documentation I might have missed or have any experience with this?

I do not have any code snippets as of yet. I am an on again off again PureBasic coder and I would really like to do something with it since it is so easy in most cases to work with and does not need any install on client machines.

Thanks

Eddie
infratec
Always Here
Always Here
Posts: 7587
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: Restful API calls, HTTP library and Json

Post by infratec »

Hi,

for http look here (for example):
http://www.purebasic.fr/english/viewtop ... 13&t=58308

There are many topics about this.
Also about https.

Bernd
Post Reply