Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 644 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 644 Bytes

API Eins

API Eins is purely a lab project to play around with Flask.

Eins means "one" in German. I called the API "Eins" because it's the first Restful API that I ever created.

Yep! It's a fully fledged CRUD API. 😃

Here are a few of the available endpoints:

/items

Request a list of all items (products) that have been added to the API.

/item/<name>

Add an item (product) to the API. For example, you can use /item/potatoe to add a potatoe 🥔 to the API.

/stores

Items can be associated to specific stores. This endpoint allows users to request a list of all stores and see which items are associated with them.