2020-02-03 13:39:14 +00:00
|
|
|
{
|
|
|
|
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
|
|
|
|
"authority": "http://localhost:8000/",
|
|
|
|
"endpoints": {
|
|
|
|
"get": {
|
2020-05-08 13:27:44 +00:00
|
|
|
"skills": "http://localhost:8000/skills/",
|
2020-02-03 15:07:32 +00:00
|
|
|
"users": "http://localhost:8000/users/",
|
2020-05-08 13:27:44 +00:00
|
|
|
"groups": "http://localhost:8000/groups/"
|
2020-02-03 13:39:14 +00:00
|
|
|
},
|
|
|
|
"post": {
|
2020-05-08 13:27:44 +00:00
|
|
|
"skills": "http://localhost:8000/skills/",
|
2020-02-03 15:07:32 +00:00
|
|
|
"users": "http://localhost:8000/users/",
|
2020-05-08 13:27:44 +00:00
|
|
|
"groups": "http://localhost:8000/groups/"
|
2020-02-03 13:39:14 +00:00
|
|
|
}
|
2020-05-08 13:27:44 +00:00
|
|
|
}
|
2020-02-03 13:39:14 +00:00
|
|
|
}
|