Alexandre Marc
Posts: 0
Joined: Mon Apr 07, 2014 1:46 pm

Update Appery Database from 3rd Party App

Hello,
I'm developing a 3rd party app that needs to update a table in my Appery.io database.
How do I get the data from my app into my Appery.io database?
note: My app will be a .Net C# console that runs locally on my laptop. It will get params from my laptop and update the Appery table as required.
I understand I can call servercode via external url and get/post params, but, how do I access those params from within Appery?

My app will be calling this URL: https://api.appery.io/rest/1/code/302...

I must update the Appery database with the spinColor.

Thank you for you help.
Alex

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Update Appery Database from 3rd Party App

Hi Alex,

Appery.io provides REST API for database, so you can use it right away to change data in your database from Appery.io application:
http://docs.appery.io/documentation/b...

Alexandre Marc
Posts: 0
Joined: Mon Apr 07, 2014 1:46 pm

Update Appery Database from 3rd Party App

Hi Katya,
OK but I want to update the DB from an external 3rd party app. How would I do this?

Mike896159
Posts: 0
Joined: Wed Feb 26, 2014 9:51 pm

Update Appery Database from 3rd Party App

Hi Alex,

I'm not expert... but... I think you can use the appery.io REST API, from anything that can send HTTP requests.

See http://docs.appery.io/documentation/r...

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Update Appery Database from 3rd Party App

Alex,

Mike is right, you can read more here:
http://docs.appery.io/documentation/c...

Mike Maughan
Posts: 0
Joined: Wed Feb 19, 2014 10:55 pm

Update Appery Database from 3rd Party App

Link doesn't appear to be working...
http://docs.appery.io/documentation/c...

Return to “Issues”