android - Kinvey: Does it provide access to Rest APIs in various ways -


kinvey allows insert, delete or retrieve data via model classes. when use normal rest apis free send data in body or header of rest apis. have various options get, put, post, delete, etc.

does kinvey provide support above? dont know whether should go kinvey or should use other mbaas platform instead

any appreciated.. !!!

yes, kinvey offers client rest api. can evaluate interface reviewing documentation @ following url decide if meets needs.

http://devcenter.kinvey.com/rest/

regards,

billy


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -