Event
Description
The event endpoints play a crucial role in the system, serving as the bridge for both retrieving and modifying event-related data. Their versatility stems from the request_type parameter, which allows them to adapt to various tasks, such as event creation and event retrieval. These endpoints are the backbone of event management, offering a flexible and efficient means of handling diverse event-related operations.
Endpoint
GET https://api.thenights.app/event_manager/user_events?request_type=<request type of desired request>&<more params>
POST https://api.thenights.app/event_manager/user_events
PUT https://api.thenights.app/event_manager/user_events?request_type=<request type of desired request>&<more params>
DELETE https://api.thenights.app/event_manager/user_events?request_type=<request type of desired request>&<more params>
Request Types
- SETUP
- NEAR
- MYNIGHT
- STATUS
- MAP
- FILTER
- STATUSNEAR
- SINGLE
- RATE
- LIKE
- DISLIKE
- END