Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
students
eue
Commits
9d3019a3
Commit
9d3019a3
authored
Jul 19, 2021
by
KangMin An
Browse files
Merge branch 'kangmin' into premaster
parents
cfde81bf
50234fba
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
9d3019a3
...
@@ -4,5 +4,10 @@
...
@@ -4,5 +4,10 @@
# VScode setting File
# VScode setting File
.vscode/*
.vscode/*
#
nodemodules/*
./package.json
./package-lock.json
# Arduino File
# Arduino File
arduino/code/test/*
arduino/code/test/*
\ No newline at end of file
server/API명세서.md
View file @
9d3019a3
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
| Category | HTTP Method | URI | Description |
| Category | HTTP Method | URI | Description |
| -------------- | ----------- | -------------------------- | ----------------------------------------------------------- |
| -------------- | ----------- | -------------------------- | ----------------------------------------------------------- |
| Root Directory | ﹒ | /api | api 서버를 통해 들어오는 기본 경로 |
| Data Collector | GET | /data/input?... | 아두이노를 통해 수집한 자료 등록 (내부, 외부는 쿼리로 구분) |
| Data Collector | GET | /data/input?... | 아두이노를 통해 수집한 자료 등록 (내부, 외부는 쿼리로 구분) |
| Data - User | GET | /data/user/:id | 사용자 지정 장소의 데이터 요청 |
| Data - User | GET | /data/user/:id | 사용자 지정 장소의 데이터 요청 |
| Data - Outside | GET | /data/outside/:id | 해당 지역구의 데이터 요청 |
| Data - Outside | GET | /data/outside/:id | 해당 지역구의 데이터 요청 |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment