Skip to content

karadikid/yoga-api

Repository files navigation

Yoga API

API of Sanskrit Name English Name Icon Image file from:https://github.com/rebeccaestes/yoga_api

Postman guidance:

Heroku API Endpoint: https://yogapi.herokuapp.com/

Postman Walkthrough

YouTubePostman

Get READ:

https://yogapi.herokuapp.com/ Returns all asanas as text.

Post CREATE:

https://yogapi.herokuapp.com/ Body RAW JSON

{
    "id": 49,
    "sanskrit_name": "Chakrasana",
    "english_name": "Wheel",
    "img_url": "https://storage.needpix.com/rsynced_images/yoga-3427131_1280.png"
}

POST DELETE

https://yogapi.herokuapp.com/delete

{
    "english_name": "Wheel"
}

About

An API for Chakra Yoga

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published