mirror of
https://github.com/gamaio/gama_api.git
synced 2024-11-01 01:27:47 +00:00
The core django application behind api.gama.io
68ee2c7688
This adds proper unicode support api_owners now includes date_added, active, date_deactivated This also defines the __str__ functions for internal django usage |
||
---|---|---|
api | ||
core | ||
.gitignore | ||
blank_db.sql | ||
LICENSE | ||
README.md | ||
Schema |
GAMA API
This is the core of the GAMA API. It is a django project that defines the core db components and routing. Different hooks for the API will be written and integrated as seperate "Apps",
Currently Planned: GPS_API - A service that will provide GPS support for devices such as asset trackers LOB_API - An update to the lob.li service, moving away from the aging PHP5 code for the API (chrome extension and site itself. Site will be a seperate django project not related to the API)