cc-archive / list

The List powered by Creative Commons allows people to contribute to the public commons by taking photographs of the world around them and sharing these images with the world.
GNU General Public License v3.0
48 stars 29 forks source link

We need an endpoint that will return the current version of the app #330

Closed perpetuatingcuriosity closed 9 years ago

perpetuatingcuriosity commented 9 years ago

The endpoint should return whatever the newest release is. We can use it later to also keep track of api and web app versions.

For example: GET /api/info

[{
"api_version": "1.0",
"app_version": "3.0.1",
"webapp_version": "0.5",
}]
mattl commented 9 years ago

You'll find all the API stuff in webapp/api/

rheaplex commented 9 years ago

Added in 94c4f83 .