Postman Profile picture
May 16 6 tweets 2 min read Twitter logo Read on Twitter
What is an API client? 🛠️🧵 Image
An API client is a development tool that makes it easier for producers and consumers to explore, test, and debug APIs.
Traditional approaches to calling an API require a significant amount of specialized knowledge; for instance, the API user must know a programming language, understand the API's framework and protocol, and be able to interpret the response.
This time-consuming process not only slows down API development and integration efforts, but also prevents people with less technical backgrounds from working with APIs.
API clients abstract away some of this complexity, lowering the barrier to entry for API-related work and enabling developers to stay focused on big-picture goals.
Thanks for reading! 👋

Follow @getpostman for more #API knowledge!

And check out this resource here👇
postman.com/api-platform/a…

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Postman

Postman Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @getpostman

May 18
What is REST? 🏗️🧵 Image
REST (Representational State Transfer) is an architectural style for building web services and APIs.
In a RESTful architecture, resources are identified by URIs (Uniform Resource Identifiers), and operations are performed on those resources using standard HTTP methods such as GET, POST, PUT, and DELETE.
Read 8 tweets
May 17
What is an API Gateway? 🌁🧵 Image
An API gateway is a server that acts as an entry point for clients to access and interact with multiple microservices and backend systems.
API gateways are an important component of microservice-based architectures, as they provide a centralized point of control for many common tasks that would otherwise be performed by each individual microservice.
Read 8 tweets
May 11
What is GraphQL? 👾🧵 Image
GraphQL is an open source query language for APIs that was created by Facebook in 2012.

With GraphQL, clients interact with a single endpoint and specify the exact data they need, without having to chain multiple requests together.
This approach reduces the number of round trips between the client and the server, which can improve performance—especially on slow or unreliable network connections.
Read 7 tweets
May 10
What is a cache? 🧵⚙️ Image
A cache is an infrastructure component that temporarily stores frequently accessed data so that it can be served more quickly and efficiently.
When an API client makes a request, the server can check the cache to see if the requested data is already available.

If it is, the server can return the cached response directly to the client, without having to execute the full request again.
Read 7 tweets
Feb 8
Why use Postman for API #security? 🛡️🧵
✔️Enforce security rules on API definitions and requests

Postman API Security provides a set of default security rules, based on the OWASP “Top 10” for APIs, which will automatically surface common vulnerabilities and violations in your API landscape. blog.postman.com/introducing-ap…
✔️Customize security rules to fit your needs

Every organization is different, which is why Postman API Security enables teams to define and import custom rules according to Spectral guidelines.
Read 9 tweets
Feb 8
8 traits of an effective #APIFirst design 🛠️✏️

Thread 🧵

(via @apihandyman 😎)
Before we get started, let's cover the basics.

✔️What is API-First?
✔️ What is API-First Design?
API-first is an organizational strategy and development model in which APIs are prioritized to deliver maximum value to the business. In this model, applications are designed and built by composing private, partner, or public APIs. postman.com/api-first/
Read 24 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(