objective c - Angel.co API for IOS -
i trying connect angel.co api using ios/objective-c?
but not know how start.
can please me?
how integrate angel.co api in ios?
i don't know api is, assuming web site, have send get, post, put or delete http requests. that, set nsurlrequest http method, url, , optionally filling in body data, hand nsurlconnection send request off server , give return data.
to correctly, you'll have api documentation whatever web server you're talking to, or if can't find (i.e. provide no api), view source of web pages using "view source" in browser , reverse-engineer requests looking @ form fields, link urls etc.
Comments
Post a Comment