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