I'm trying to wrap my head around creating a restful api that reads, creates, updates, and deletes multiple records at a time. I came across SugarCRM's "restful" api and the examples they provide.
I have no idea what is considered restful about their api in their example. All of the requests to the api are post'ed via cURL. Retrieving records uses a cURL post(shouldn't they be using get?).
Is their api considered restful? and if so how?