- Home /
How do I use RESTful apis from Unity?
RESTful API's seem quite common these days for many types of web based services, but I can't find any 'beginners' tutorials on how to use a REST API within Unity. Personally I am trying to access an SMS/MMS texting service from Unity but I'm basically having to guess what to do, as their documentation presumes I know 90% what I'm doing (They are about 1% right). Searching for things like REST on the wiki often offers no help at all (especially when wanting to use this in conjunction with Unity). I know this is a broad question, but pointers to tutorials would probably be a good start to help myself and other beginners.
Thanks!
Your answer
Follow this Question
Related Questions
PUT with WWWform 3 Answers
How do I add a header and a file at the web request at the same time? 0 Answers
Posting raw XML data to web - no parameter name 2 Answers
Is System.Net.HttpWebRequest supported on Android/iOS 1 Answer
How can I get Hello World message from web service (WSDL/SOAP) using WWW class? 0 Answers