quotes-net / QuotesAPI.http
Florin Bobiș
http files
a60f4f7
raw
history blame
233 Bytes
@Localhost = http://localhost:7860
@Production = https://florinbobis-quotes-net.hf.space
GET {{Localhost}}/quotes/random
Accept: application/json
### Production call
GET {{Production}}/quotes/random
Accept: application/json