All URIs are relative to https://api.bthree.uk/golf/v1
| Class | Method | HTTP request | Description |
|---|---|---|---|
| ClubsApi | getClubs | GET /clubs | Get all clubs |
| CoursesApi | getCourses | GET /clubs/{club_id}/courses | Get all courses for a club |
| CoursesApi | getMarkers | GET /courses/{course_id}/markers | Get all markers for a course |
| HolesApi | getHoles | GET /markers/{marker_id}/holes | Get all holes for a marker |
- club
- course
- error_message
- getClubs_200_response
- getCourses_200_response
- getHoles_200_response
- getMarkers_200_response
- hole
- marker
All endpoints do not require authorization.