quotes-net / QuotesAPI.http
Florin Bobiș
fixed search
6b6680b
raw
history blame contribute delete
277 Bytes
@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