ohmage / server

The ohmage server application.
37 stars 25 forks source link

api docs and latest version #891

Closed satra closed 8 years ago

satra commented 8 years ago

we are building an app to interface with ohmage 2.x but would like to work with the latest release of the server. is this the best version and if so is there a location for api docs for this server?

stevenolen commented 8 years ago

Hi @satra! Yes, and we've actually just released a new version yesterday: https://github.com/ohmage/server/releases/tag/v2.18.0

The API docs are in the wiki, but here's a direct link to the top-level of the api docs you're likely to want to look at: https://github.com/ohmage/server/wiki/APIs-for-2.x-Top-Level-Entities

Finally, if you're looking to build an app using javascript, take a look at our javascript library: https://github.com/ohmage/ohmage.js or the navbar project, which offers a frontend microservice-like architecture for making small and efficient frontends for ohmage (you can see most of the other frontend projects in the mobilizingcs org as well): https://github.com/mobilizingcs/navbar

Additionally, collaborators at UCLA have a phonegap app that may do much of what you are looking for: https://github.com/ucla/ohmageX

Thanks for using ohmage!