
In this course you will learn fundamentals of the API like http requests, endpoints, routes, CRUD operations and much more in pragmatic style.
In this course you will learn how to create a simple API for different HTTP methods like get, post, put, patch and delete. Also learn how to efficiently store data to the database using flask SQL alchemy.
To test API's, you will also learn to use Postman. Postman is an API client that makes it easy for developers like you to create, share, test and document APIs.
Learn about API and how it works?
Learn about what is HTTP and its different methods
Learn about Request module, de-facto standard for making HTTP requests in Python.
How to implement different HTTP methods using request module
Learn how to setup virtual environment and install required dependencies on it
Understanding routes and endpoints of REST API
Learn how to render HTML
Learn how we can use query string for dynamic results
Learn about GET request and how to use it.
GET method is used to retrieve data from a server at the specified resource.
Learn about GET request and how to use it.
GET method is used to retrieve data from a server at the specified resource.
Learn about GET request and how to use it.
GET method is used to retrieve data from a server at the specified resource.
Learn about GET request and how to use it with SQL-alchemy.
GET method is used to retrieve data from a server at the specified resource.
Software is everywhere. We interact with it in our daily life activities knowingly or unknowingly. Each time when you use an app like Instagram, send an instant message, or check the stock prices on your phone, you're using an API. The world still needs more software to make our life easier. But creating great software is hard for everyone and yet developers need to master more than one skill.
This problem can be solved by API (Application Program Interface). It is a software-to-software interface that enables two applications to exchange data among each other. Just like any buttons on the remote does have a unique function. It is true almost all applications using API to interact with each other.
Understanding how the API works to deploying API is the objective of this course. In this course you will learn fundamentals of the API like http requests, endpoints, routes, CRUD operations and much more in pragmatic style.
In this course you will learn how to create a simple API for different HTTP methods like get, post, put, patch and delete. Also learn how to efficiently store data to the database using flask SQL alchemy.
To test API's, you will also learn to use Postman. Postman is an API client that makes it easy for developers like you to create, share, test and document APIs.
You'll be able to...
Build rest API using flask and sqlalchemy
Test API using Postman
Perform CRUD operations: Create, Read, Update and Delete
Build different HTTP methods- Get, Post, Put, Patch and Delete
This course has short and concise lessons in pragmatic style to make you confident over REST api. Hope this course help you to learn something new and take your skill to the next level.
All the best. Keep Learning and keep moving ahead.