mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-05-25 08:06:23 +08:00
14 lines
164 B
Markdown
14 lines
164 B
Markdown
# Deployd *API Documentation*
|
|
|
|
## Users
|
|
|
|
**GET** http://api.deployd.com/user/:id
|
|
|
|
*returns*
|
|
|
|
{
|
|
'email' : 'joe@bob.com',
|
|
'first' : 'Joe',
|
|
'last' : 'Bob'
|
|
}
|