Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 676 Bytes

GET_specializations.md

File metadata and controls

37 lines (27 loc) · 676 Bytes

Specialization Resources

GET specializations

Description

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.

Requires authentication

  • Details described here

Parameters

None

Example

Request

GET https://plugin.api.onesky.io/1/specializations

Response

{
    "specializations": [
        {
            "code": "general",
            "name": "General Text"
        },
        {
            "code": "game",
            "name": "Gaming"
        },
        ...
    ]
}