2019-12-02 14:22:25 +00:00
|
|
|
{
|
2021-02-22 20:27:58 +00:00
|
|
|
"client": {
|
|
|
|
"name": "Sample of a functional Hubl",
|
|
|
|
"logo": "https://cdn.startinblox.com/logos/webp/hubl.webp"
|
|
|
|
},
|
|
|
|
"components": [{
|
|
|
|
"type": "registering",
|
|
|
|
"parameters": {
|
|
|
|
"authority": "http://localhost:8000/",
|
|
|
|
"authorityName": "dataserver"
|
|
|
|
},
|
|
|
|
"endpoints": {
|
|
|
|
"get": "http://localhost:8000/open-communities/"
|
|
|
|
},
|
|
|
|
"route": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "notification",
|
|
|
|
"route": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "admin",
|
|
|
|
"route": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "about"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "communities",
|
|
|
|
"route": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "dashboard",
|
|
|
|
"endpoints": {
|
|
|
|
"get": "http://localhost:8000/dashboards/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "profileDirectory",
|
|
|
|
"endpoints": {
|
|
|
|
"get": "http://localhost:8000/users/",
|
|
|
|
"skills": "http://localhost:8000/skills/",
|
|
|
|
"uploads": "http://localhost:8000/upload/"
|
|
|
|
},
|
|
|
|
"route": "members"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "jobBoard",
|
|
|
|
"endpoints": {
|
|
|
|
"get": "http://localhost:8000/job-offers/",
|
|
|
|
"post": "http://localhost:8000/job-offers/",
|
|
|
|
"skills": "http://localhost:8000/skills/"
|
|
|
|
},
|
|
|
|
"route": "job-offers"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "projects",
|
|
|
|
"endpoints": {
|
|
|
|
"get": "http://localhost:8000/projects/",
|
|
|
|
"post": "http://localhost:8000/projects/",
|
|
|
|
"captains": "http://localhost:8000/users/",
|
|
|
|
"users": "http://localhost:8000/users/",
|
|
|
|
"xmpp": "wss://xmpp-dev.startinblox.com/xmpp-websocket"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "circles",
|
|
|
|
"endpoints": {
|
|
|
|
"get": "http://localhost:8000/circles/",
|
|
|
|
"post": "http://localhost:8000/circles/",
|
|
|
|
"owners": "http://localhost:8000/users/",
|
|
|
|
"users": "http://localhost:8000/users/",
|
|
|
|
"xmpp": "wss://xmpp-dev.startinblox.com/xmpp-websocket"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "chat",
|
|
|
|
"endpoints": {
|
|
|
|
"xmpp": "wss://xmpp-dev.startinblox.com/xmpp-websocket"
|
|
|
|
},
|
|
|
|
"route": "messages"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "analytics",
|
|
|
|
"parameters": {
|
|
|
|
"type": "matomo",
|
|
|
|
"url": "https://matomo.startinblox.com/",
|
|
|
|
"id": "2"
|
|
|
|
},
|
|
|
|
"route": false
|
2020-11-26 22:21:55 +00:00
|
|
|
}
|
2021-02-22 20:27:58 +00:00
|
|
|
]
|
2020-11-26 22:21:55 +00:00
|
|
|
}
|