File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,17 @@ mysql:
4343
4444## API
4545
46- |Method | Path | Auth | Auth |
46+ |Method | Path | Auth | Operation |
4747| :-------------: |:-------------| :-----:| :-----:|
4848| GET | /api/v1/:tableName/:id | NO | serect * from tableName where id = ? |
4949| GET | /api/v1/:tableName?order=desc&page=0&size=20 | NO | select * from tableName where id>0 order by id desc limit 0,20 |
5050| POST | /login | NO | login |
5151| GET | /api/refresh_token | YES | refresh_token |
5252| DELETE | /api/v1/:tableName/:id | YES | delete from tableName where id = ? |
5353| POST | /api/v1/:tableName| YES | insert into tableName (data.key) values (data.value) |
54- | PUT | /api/v1/:tableName| YES | create a table |
54+ | PUT | /api/v1/:tableName| YES | create a table |
55+
56+
5557## Security
5658
5759### Login API:
@@ -94,7 +96,7 @@ Cache-Control: no-cache
9496
9597- ~~ security API~~
9698- ~~ DELETE API~~
97- - POST API
99+ - ~~ POST API~~
98100- PUT API
99101- create table API
100102- alert API
You can’t perform that action at this time.
0 commit comments