GET /services
Returns a listing of all services.
None
A JSON Object filled an array of service following the service format.
None
GET /services[
{
"id": 1,
"name": "twitter",
"link": "https://twitter.com",
"logo": null,
"color": null
},
{
"id": 2,
"name": "youtube",
"link": "https://youtube.com",
"logo": null,
"color": null
},
{
"id": 3,
"name": "vimeo",
"link": "https://vimeo.com",
"logo": null,
"color": null
}
]