https://my-json-server.typicode.com/devmanorg/congrats-mentor
Fork it and change db.json
values or create a repo with a db.json
file.
You can send GET request to one of the link above. You can also filter objects in response by url-params.
Examples that return the same result:
- /postcards?date=03.08 -- using the
date
param of thepostcards
object - /holidays/03.08/postcards -- using the
holidayId
param of thepostcards
object, that links it with theholisays
object.
- The
date
param ofpostcards
may be deleted in the future, becauseholidayId
is more versatile.
- OpenAPI Generator installer for Python 3.10+