Appingi API

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
Alisson
Veteran Member
Posts: 81
Joined: 2017-02-25 20:32

Appingi API

Post by Alisson » 2019-12-22 22:44

Hello guys, I just like to share this Appgini API I've found on github.

https://github.com/rafinhacarneiro/appgini-api


This is an API based on CRUD operations with Basic authentication. It uses most of AppGini functions and works with any AppGini's generated applications. It provides GET, POST, PUT, PATCH and DELETE support and all responses are in JSON format. Only Admin users can use this API.

User avatar
Celson Aquino
Posts: 27
Joined: 2017-08-26 15:40
Location: Salvador, Bahia - Brazil

Re: Appingi API

Post by Celson Aquino » 2020-01-27 11:58

Great! I was just searching for an AppGini API. I will try to build a jQuery Mobile site using v2. Thanks for sharing!

Post Reply