Page 1 of 1

Restful API calls, HTTP library and Json

Posted: Sun Nov 23, 2014 3:04 am
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

Re: Restful API calls, HTTP library and Json

Posted: Sun Nov 23, 2014 10:41 am
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