@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api SEDRA IV API
@base http://sedra.bethmardutho.org/api
@version 1.0.0
@endpoints 2
@toc word(1), lexeme(1)

@group word
@endpoint GET /word/{id}
@required {id: any}
@returns(200)

@endgroup

@group lexeme
@endpoint GET /lexeme/{id}
@required {id: any}
@returns(200)

@endgroup

@end
