⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Is this CRUD support for developing Rest API?



dilipvora
  • profile picture
  • Member

Posted 28 February 2013 - 07:19 AM

using grocerycrud can we devlop Rest API?

 

thanks...


davidoster
  • profile picture
  • Member

Posted 03 March 2013 - 10:26 AM

Well GC library itself in essence has many of the attributes of a REST API.

But this is hidden behind the scenes, and for the casual developer, like us, this is not exposed at all!

Instead we use a number of well defined classes (and their public functions) that help us in developing our CRUD applications.

 

So in order to answer to your question.. you need to define it a bit more!