Closed cjackie closed 8 years ago
I added GET /api/login
(to get current user) and GET /api/location
.
You could rebase this branch and try using them ;)
Please use db_create_default_data.py
to create default locations.
@cjackie FYI, curl
is one of most popular CLI program to make HTTP Request. You can easily make HTTP requests to our server.
Using curl
, I made a simple API tester program, api_tester.py
. You can see sample output (including header) of our API using this!
Yea. I know curl. But, not sure if I can call it powerful. :p.
For most part, I will trust your implement, and use it according to design document. :smile:
doing location page. in progress.
Login page looks better now