Hey, I'd like to add an API endpoint. would you agree to this?:
URI: /v2/competitions/search?[start]&[end]&[query]&[country]
country: optional and defaults to "nl".
Response structure:
{
"club": string, # first part of previous location
"location": string, # second of previous location
# from here it's the same
"date": string
"name": string,
"registrations": int,
"results_availible": bool,
"club_members_only": bool,
"competition_id": int
}
Hey, I'd like to add an API endpoint. would you agree to this?:
URI: /v2/competitions/search?[start]&[end]&[query]&[country]
country: optional and defaults to "nl".
Response structure:
{ "club": string, # first part of previous location "location": string, # second of previous location # from here it's the same "date": string "name": string, "registrations": int, "results_availible": bool, "club_members_only": bool, "competition_id": int }