Page 1 of 1

Handling API requests accessed over HTTPS on OS X

Posted: Thu Feb 19, 2015 9:47 am
by bbanelli
Greetings,

I would like to use FreeAgent API and, I quote:
All API access is over HTTPS and accessed from api.freeagent.com.
Since "Http" commands in PureBasic doesn't support HTTPS, what is the alternative on OS X?

Best regards,

Bruno

Edit: it seems that this Wilbert's example works fine with HTTPS.

However, can anyone be kind enough as to give a small example of POST request?

Official Apple documentation is killing me since I have only begun to grasp Cocoa concepts altogether, so any help or hint would be appreciated!

Re: Handling API requests accessed over HTTPS on OS X

Posted: Thu May 21, 2015 9:03 pm
by deseven
I can suggest to use curl, because it's easy to use and it's in the OS X by default.