issues
search
GoChallenge
/
gochallenge
Go Challenge web application for participants
13
stars
3
forks
source link
Initial work on User model and API.
#9
Closed
gedex
closed
9 years ago
gedex
commented
9 years ago
Currently it exposes two endpoints:
GET
/v1/user
to get current user. This request requires
ApiKey
header.
GET
/v1/users/:id
to get user from specified ID.
Currently it exposes two endpoints:
/v1/user
to get current user. This request requiresApiKey
header./v1/users/:id
to get user from specified ID.