Spaces:
Runtime error
Runtime error
File size: 277 Bytes
6b6680b d9836ef 6b6680b d9836ef 6b6680b |
1 2 3 4 5 6 7 8 9 10 11 12 |
@host = http://localhost:7860
# @host = https://florinbobis-quotes-net.hf.space
@search = romance
### Random quote
GET {{host}}/quotes/random
Accept: application/json
### Search quote
GET {{host}}/quotes/search?query={{search}}&pageSize=3
Accept: application/json
|