UNPKG
square-wrapi
Version:
latest (0.2.0)
0.2.0
0.1.0
Wrapper for Square Connect REST API
github.com/wrapi
wrapi/square
square-wrapi
/
api
/
me
/
employees.json
18 lines
•
269 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"create"
:
{
"method"
:
"POST"
,
"path"
:
"employees"
}
,
"list"
:
{
"method"
:
"GET"
,
"path"
:
"employees"
}
,
"retrieve"
:
{
"method"
:
"GET"
,
"path"
:
"employees/:employee_id"
}
,
"update"
:
{
"method"
:
"PUT"
,
"path"
:
"employees/:employee_id"
}
}