@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api ExchangeRate-API
@base https://api.exchangerate-api.com/v4
@version 4
@endpoints 1
@toc latest(1)

@endpoint GET /latest/{base_currency}
@required {base_currency: str}
@returns(200) {base: str, date: str, time_last_updated: int, rates: map}
@errors {404}

@end
