This repository has been archived on 2026-08-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
RequestCounter/app/tests/test_APIs.http
T

61 lines
1.1 KiB
HTTP
Raw Normal View History

2022-04-09 22:12:06 +08:00
GET http://127.0.0.1:5000/api/v1/overall/?limit=20
Accept: application/json
###
GET http://127.0.0.1:5000/api/v1/query/?name=test-example
Accept: application/json
###
GET http://127.0.0.1:5000/api/v1/theme/?name=lewd
Accept: application/json
###
POST http://127.0.0.1:5000/api/v1/overall/?limit=20
Accept: application/json
###
POST http://127.0.0.1:5000/api/v1/query/?name=test-example
Accept: application/json
###
POST http://127.0.0.1:5000/api/v1/theme/?name=lewd
Accept: application/json
###
GET https://requestcounter.herokuapp.com/api/v1/overall/?limit=20
Accept: application/json
###
GET https://requestcounter.herokuapp.com/api/v1/query/?name=test-example
Accept: application/json
###
GET https://requestcounter.herokuapp.com/api/v1/theme/?name=lewd
Accept: application/json
###
POST https://requestcounter.herokuapp.com/api/v1/overall/?limit=20
Accept: application/json
###
POST https://requestcounter.herokuapp.com/api/v1/query/?name=test-example
Accept: application/json
###
POST https://requestcounter.herokuapp.com/api/v1/theme/?name=lewd
Accept: application/json
###