forked from andyburke/autonomous.contact
refactor: first pass on getting the client back into working order
(still broken, but loading as a baseline)
This commit is contained in:
parent
a5707e2f81
commit
afeb6f75e8
23 changed files with 358 additions and 322 deletions
|
|
@ -1,15 +1,11 @@
|
|||
# /api/topics/:topic_id/events
|
||||
# /api/events
|
||||
|
||||
Interact with a events for a topic.
|
||||
Interact with events.
|
||||
|
||||
## GET /api/topics/:topic_id/events
|
||||
## GET /api/events
|
||||
|
||||
Get events for the given topic.
|
||||
Get events.
|
||||
|
||||
## PUT /api/topics/:topic_id/events/:event_id
|
||||
## POST /api/events
|
||||
|
||||
Update an event.
|
||||
|
||||
## DELETE /api/topics/:topic_id/events/:event_id
|
||||
|
||||
Delete an event.
|
||||
Create an event.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue