mirror of
https://github.com/Soulful-Sailer/Event-Tracker.git
synced 2026-03-30 00:26:46 -05:00
version 1.0.0 commit
This commit is contained in:
9
docs/server-reply-example/event.json
Normal file
9
docs/server-reply-example/event.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"event-id": 1,
|
||||
"name": "Test Event",
|
||||
"section": "accepted",
|
||||
"startTime": "2023-04-30T08:30:00.000Z",
|
||||
"endTime": "2023-04-30T09:30:00.000Z",
|
||||
"people": "There are quite a few people involved",
|
||||
"description": "This would be a nice and long description about all the things we kinda wanna get up to ya know?"
|
||||
}
|
||||
23
docs/server-reply-example/events.json
Normal file
23
docs/server-reply-example/events.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"accepted": [
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Test Event",
|
||||
"startTime": "2023-04-30T08:30:00.000Z",
|
||||
"endTime": "2023-04-30T09:30:00.000Z",
|
||||
"people": "There are quite a few people involved",
|
||||
"desc": "This would be a nice and long description about all the things we kinda wanna get up to ya know?"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Test Event 2",
|
||||
"startTime": "2023-04-28T21:30:00.000Z",
|
||||
"endTime": "2023-04-29T22:30:00.000Z",
|
||||
"people": "There are quite a few people involved",
|
||||
"desc": "This would be a nice and long description."
|
||||
}
|
||||
],
|
||||
"proposed": [
|
||||
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user