I’m considering implementing a Backendless REST client in Haxe, and was wondering if there is an SDK download for REST? I looked but couldn’t see one…
I know REST is not language specific of course, but if even the CURL based examples were downloadable as a repo, then I could massage those into a library, step by step. If not, I may consider using the javascript API and try to convert it…
There’s really no SDK for REST, it is just a convention for combining an HTTP command, a URL and optionally HTTP body to execute a particular server-side operation. The convention can be implemented in any language… As a result, if you follow the docs, you should be able to take advantage of Backendless using REST.
As for a repo for the curl examples, it is an interesting idea. We will give it some thought!