GET specializations
List of project specializations. For example, translation of a website about gaming may require longer time than a website about fashion design with similar words count in both sites.
- Details described here
None
Request
GET https://plugin.api.onesky.io/1/specializations
Response
{
"specializations": [
{
"code": "general",
"name": "General Text"
},
{
"code": "game",
"name": "Gaming"
},
...
]
}