diff --git a/server/.gitignore b/server/.gitignore index 3224a90..7f08afc 100644 --- a/server/.gitignore +++ b/server/.gitignore @@ -141,4 +141,6 @@ dist # SvelteKit build / generate output .svelte-kit -# End of https://www.toptal.com/developers/gitignore/api/node \ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/node + +docs/index.html \ No newline at end of file diff --git a/server/docs/index.html b/server/docs/index.html deleted file mode 100644 index 301367d..0000000 --- a/server/docs/index.html +++ /dev/null @@ -1,419 +0,0 @@ - - - -
- -Download OpenAPI specification:Download
API for managing ACM website resources including users, events, projects, and more.
-id | integer |
name | string |
string | |
major | string |
grad_date | string <date> |
interests | Array of strings Items Enum: "web_development" "machine_learning" "cloud_computing" "artificial_intelligence" |
profile_pic | string |
{- "id": 0,
- "name": "string",
- "email": "string",
- "major": "string",
- "grad_date": "2019-08-24",
- "interests": [
- "web_development"
], - "profile_pic": "string"
}
{- "id": 0,
- "name": "string",
- "email": "string",
- "major": "string",
- "grad_date": "2019-08-24",
- "interests": [
- "web_development"
], - "profile_pic": "string"
}
userId required | integer |
id | integer |
name | string |
string | |
major | string |
grad_date | string <date> |
interests | Array of strings Items Enum: "web_development" "machine_learning" "cloud_computing" "artificial_intelligence" |
profile_pic | string |
{- "id": 0,
- "name": "string",
- "email": "string",
- "major": "string",
- "grad_date": "2019-08-24",
- "interests": [
- "web_development"
], - "profile_pic": "string"
}
{- "id": 0,
- "name": "string",
- "email": "string",
- "major": "string",
- "grad_date": "2019-08-24",
- "interests": [
- "web_development"
], - "profile_pic": "string"
}
[- {
- "id": 0,
- "name": "string",
- "location": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "description": "string",
- "event_type": "workshop",
- "event_capacity": 0,
- "image": "string",
- "start_time": "14:15:22Z",
- "end_time": "14:15:22Z",
- "tags": [
- "web_development"
], - "target_audience": "students"
}
]
id | integer |
name | string |
location | string |
start_date | string <date> |
end_date | string <date> |
description | string |
event_type | string Enum: "workshop" "seminar" "hackathon" "conference" "meetup" "test" "other" |
event_capacity | integer |
image | string |
start_time | string <time> |
end_time | string <time> |
tags | Array of strings Items Enum: "web_development" "machine_learning" "cloud_computing" "artificial_intelligence" |
target_audience | string Value: "students" |
{- "id": 0,
- "name": "string",
- "location": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "description": "string",
- "event_type": "workshop",
- "event_capacity": 0,
- "image": "string",
- "start_time": "14:15:22Z",
- "end_time": "14:15:22Z",
- "tags": [
- "web_development"
], - "target_audience": "students"
}
{- "id": 0,
- "name": "string",
- "location": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "description": "string",
- "event_type": "workshop",
- "event_capacity": 0,
- "image": "string",
- "start_time": "14:15:22Z",
- "end_time": "14:15:22Z",
- "tags": [
- "web_development"
], - "target_audience": "students"
}
{- "id": 0,
- "name": "string",
- "location": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "description": "string",
- "event_type": "workshop",
- "event_capacity": 0,
- "image": "string",
- "start_time": "14:15:22Z",
- "end_time": "14:15:22Z",
- "tags": [
- "web_development"
], - "target_audience": "students"
}
id | integer |
name | string |
description | string |
github_link | string |
{- "id": 0,
- "name": "string",
- "description": "string",
- "github_link": "string"
}
{- "id": 0,
- "name": "string",
- "description": "string",
- "github_link": "string"
}
item_id | integer |
user_id | integer |
date_borrowed | string <date> |
return_date | string <date> |
price | number |
condition | string Enum: "ready" "broken" "in_maintenance" |
{- "item_id": 0,
- "user_id": 0,
- "date_borrowed": "2019-08-24",
- "return_date": "2019-08-24",
- "price": 0,
- "condition": "ready"
}
{- "item_id": 0,
- "user_id": 0,
- "date_borrowed": "2019-08-24",
- "return_date": "2019-08-24",
- "price": 0,
- "condition": "ready"
}
id | integer |
status | string Enum: "pending" "approved" "declined" |
note | string |
plan_id | integer |
user_id | integer |
{- "id": 0,
- "status": "pending",
- "note": "string",
- "plan_id": 0,
- "user_id": 0
}
{- "id": 0,
- "status": "pending",
- "note": "string",
- "plan_id": 0,
- "user_id": 0
}
name | string |
location | string |
description | string |
industries | Array of strings |
{- "name": "string",
- "location": "string",
- "description": "string",
- "industries": [
- "string"
]
}
{- "id": 0,
- "name": "string",
- "location": "string",
- "description": "string",
- "industries": [
- "string"
]
}