Page 1 of 1

How to invoke appery database collection form .net application

Posted: Thu Nov 28, 2013 6:44 am
by vipul

Hi
I am having a collection called Attendance in appery database. No i want to run create command on this database from outside appery ui.

For this i am creating a Rest service in .net. Pls tell me what will be the requirements for creating this service. Like parameters to be passed and the url.
Any thing else also which i need to give.


How to invoke appery database collection form .net application

Posted: Thu Nov 28, 2013 7:23 am
by maxkatz

Every collection in Appery.io has a curl command section: http://docs.appery.io/documentation/b...

That's all the information you need to use the database using any language of your choice (if you are not using Appery.io services in the builder).


How to invoke appery database collection form .net application

Posted: Thu Nov 28, 2013 9:08 am
by vipul

so lets say my collection name is Attendance then
this will be the url
https://api.appery.io/rest/1/db/colle...

and then i need to pass database id as the parameter in header

X-Appery-Database-Id
and other parameters in the data part rite?


How to invoke appery database collection form .net application

Posted: Thu Nov 28, 2013 9:56 am
by Kateryna Grynko

Hi,

Yes, you should also add parameter X-Appery-Session-Token to a header.