ándaga-core
ándaga-core is the api and core engine for my ándaga time tracking system.
Below are the existing routes at this point
GET /categories
used to receive a list of all categories that have been usedGET /log
used to retrieve a certain amount of logs specified by anamount
parameterPOST /log
used for storing logsGET /projects
used to receive a list of all projects that have been usedGET /tags
used to receive a list of all tags that have been used
You can find out more about this project here on my wiki.