Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoAPI

Usage

I'm using httpie here.

Set the dev url

echo "URL=https://$REPLIT_DEV_DOMAIN"
http GET $URL/api/recipes
http GET $URL/api/meals
http GET $URL/api/meals/85dfc531-7e01-4755-9d64-de5c6c9cc978
http POST $URL/api/meals \
    name="Cookies" \
    description="The classic tollhouse cookie recipe\!"
http PATCH $URL/api/meals/85dfc531-7e01-4755-9d64-de5c6c9cc978 \
    name="Cookies" \
    description="The classic tollhouse cookie recipe\!"
http DELETE $URL/api/meals/85dfc531-7e01-4755-9d64-de5c6c9cc978
http GET $URL/api/recipes

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages