Skip to content

dnl555/api

Repository files navigation

api, FastAPI basic skeleton for super fun API requests

test in dev:

docker-compose up

examples

curl -X PUT http://localhost:8181/api/hello/danilo -H 'Authorization: Bearer fake-token' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"dateOfBirth": "1986-09-15"}'

curl -X GET -H 'Authorization: Bearer fake-token' http://localhost:8181/api/hello/danilo

api documentation

http://localhost:8181/docs

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors