@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Bandsintown API
@base https://rest.bandsintown.com
@version 3.0.0
@endpoints 2
@toc artists(2)

@endpoint GET /artists/{artistname}
@required {artistname: any, app_id: any}
@returns(200)

@endpoint GET /artists/{artistname}/events
@required {artistname: any, app_id: any}
@optional {date: any}
@returns(200)

@end
