@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Starwars Translations API
@base https://api.funtranslations.com
@version 2.3
@auth ApiKey X-Funtranslations-Api-Secret in header
@common_fields {text: any}
@endpoints 6
@toc translate(6)

@endpoint GET /translate/yoda
@returns(200)
@errors {401}

@endpoint GET /translate/sith
@returns(200)
@errors {401}

@endpoint GET /translate/cheunh
@returns(200)
@errors {401}

@endpoint GET /translate/gungan
@returns(200)
@errors {401}

@endpoint GET /translate/mandalorian
@returns(200)
@errors {401}

@endpoint GET /translate/huttese
@returns(200)
@errors {401}

@end
