curl --request GET \
--url https://api.icepanel.io/v1/catalog/suggestion/information \
--header 'Authorization: <authorization>'
{
"catalogSuggestionInformation": {
"description": "<string>",
"docsUrl": "<string>",
"githubUrl": "<string>",
"name": "<string>",
"nameShort": "<string>",
"newsUrl": "<string>",
"type": "data-storage",
"updatesUrl": "<string>"
}
}
Generate suggestions for a technologies information
curl --request GET \
--url https://api.icepanel.io/v1/catalog/suggestion/information \
--header 'Authorization: <authorization>'
{
"catalogSuggestionInformation": {
"description": "<string>",
"docsUrl": "<string>",
"githubUrl": "<string>",
"name": "<string>",
"nameShort": "<string>",
"newsUrl": "<string>",
"type": "data-storage",
"updatesUrl": "<string>"
}
}
OK
The response is of type object
.