HackerspaceBremen / open_space_notifier

This repository holds the source code of the open space notifier, which is a backend for serving the SpaceAPI. The backend is hosted on an Google App Engine instance and written with Java.
3 stars 1 forks source link

Rest API Documentation #10

Open steveliedtke opened 11 years ago

steveliedtke commented 10 years ago

see #56

steveliedtke commented 9 years ago

This would be the third version of the backend api.

Version 1 and 2 will be continued!

steveliedtke commented 9 years ago

in /v3 only unix timestamp should be used -> System.currentTimeMillis() / 1000L;

steveliedtke commented 9 years ago

Instead of using cloud endpoints i will be using spring mvc in the future and use swagger for generating docs with swagger-codegen ... therefore no version 3 will be necessary ... for now ;-)