DEV Community

Cover image for INTRODUCTION TO APIS USING POSTMAN BLOG
Sonu
Sonu

Posted on

INTRODUCTION TO APIS USING POSTMAN BLOG

Hello everyone,Welcome to your Own Blog, Introduction To Apis Using Postman. Together we will Learn and explore more about apis using Postman.

Learn about Api's And Why Should I use One
Application Programming Interfaces (APIs) allow services to communicate with each other. Software has become more complex and collaborative over the years. Developers no longer need to create every service from scratch. APIs allow developers to access data from a service (like Google or Twitter) without any Knowledge of how the coderbase has been implemented.
Postman
There's an API for everything.

The Cat Api, OpenWeatherMap, Genius, Discord, 
Youtube-to-MP3, Spotify, Twitter, Facebook, Google, 
And so many more!
Enter fullscreen mode Exit fullscreen mode

Postman - Postman is a collaborative API development platform that simplifies creating, using, and testing APIs with a UI.
Request and Responses

Making Requests :- The Three ingredients to make a request:
Method (Get, Post, etc), Address/Endpoint URL, Path

Request - Methods and Endpoints
Get - Retrieve Information,Post - Send Information, Put/PATCH - Update Information , Delete - Delete Information
Address Of The Server:- HOST
Protocol - https (The Scheme of the request), Path - www.google.com ( destination where request can be heared and executed.)
Specifying Detail- Building Your Requests
Parameter -In the query, Authorization, Header and body - Datatypes _
Request - Body (The data Payload)
Optional but often supplied with post and put requests, Data Types- form data, JSON, text, HTML, XML, Files, GraphQl,..many more.

First Things to Try if You’re New to Postman
Send a request, Write a test, Create and run a collection, Chain your requests.

Take It Further:-
Once you’ve mastered those Postman basics, try these out for further study: Control your workflow, Test automation with Newman or Postman monitors, Use 3rd party integrations with your favorite tools
Or level up your Postman game with one of our advanced features:
API documentation with Postman, Fake APIs for real developers, API monitoring with Postman, Team collaboration with Postman
Dig deeper into these concepts with How Postman feeds my sushi addiction ?

These are Some Resources Which helpful to know more about of different Apis in detail.
Run into roadblocks? Check out these helpful resources:
Check out the good old Postman docs.
Never learned to read? Check out the Postman YouTube channel instead.
You can always count on other Postmanauts to help out too. Join the Postman forum or browse other community content.

I Hope you all got a basic understanding of Apis.

NEVER STOP LEARNING; FOR WHEN WE STOP LEARNING, WE STOP GROWING.

THANK YOU SO MUCH!!!!

Top comments (0)