Postman Profile picture
Jun 30 8 tweets 2 min read Twitter logo Read on Twitter
What is REST? 🛠️🧵
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.
The state of a resource is represented in JSON or XML, which is transferred between the client and server in the HTTP request and response bodies.
One of the key principles of REST is the separation of concerns between the client and server.

The server is responsible for managing the resources and performing the requested operations, while the client is responsible for generating requests and interpreting the responses.
This allows for greater flexibility and modifiability, as changes to the server do not necessarily require changes to the client.
More REST resources here ⤵️

1.

2. https://t.co/AJZ76ummtJ

3. https://t.co/uQOn57XvhYblog.postman.com/rest-api-examp…
blog.postman.com/soap-vs-rest/
postman.com/product/rest-c…
Thanks for reading! 👋😎

Check out more #API terms in our Glossary: postman.com/api-glossary/

• • •

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

Jun 29
What is SOAP? 🚀🧵
SOAP (Simple Object Access Protocol) is a messaging protocol for exchanging structured data over the internet.

It is based on XML and is used to facilitate communication between different applications and systems, especially in a distributed environment.
In a SOAP-based system, messages are sent between a client and a server in the form of XML documents.
Read 9 tweets
Jun 14
What are the different types of APIs? 🚀🧵 Image
1. Private APIs

(1/3) Private APIs, also known as internal APIs, are used to connect different software components within a single organization, and they are not available for third-party use.
(2/3) For instance, a social media application might have a private API that handles the login workflow, another private API that handles the feed, and another private API that facilitates communication between users.
Read 9 tweets
Jun 13
Monolith vs Microservices ⚙️🧵⤵️ Image
A monolith is an application that is developed and deployed as a single unit.

Its components are tightly coupled within a single codebase, and they often share resources, such as databases or libraries.
Monolithic architectures have a long history and are still present in many legacy systems, but they also present several challenges.

For instance, monoliths must be scaled as a whole, even if only a single component requires additional resources.
Read 14 tweets
Jun 12
Top eSignature APIs 🖊️📄🧵 Image
1. @DocuSign

DocuSign's API seamlessly integrates DocuSign’s robust electronic signature capabilities into your applications, transforming traditional document workflows into efficient digital processes.

postman.com/docusign/works…
2. @ZohoSign

Zoho Sign offers a comprehensive API for integrating their trusted and legally binding eSignature solution. You can leverage Zoho Sign’s API to simplify document signing, automate workflows, and enhance the efficiency of your applications.

postman.com/zohosign/works…
Read 9 tweets
Jun 6
4 types of API testing 🧪🧵👇 Image
There are many ways to test an API, and each one serves a unique purpose.

The list represents four of the most common approaches, but there are endless variations within each category that teams can use to build a customized API testing strategy.
1. Contract testing

An API contract is a human- and machine-readable representation of an API's intended functionality.

It establishes a single source of truth for what each request and response should look like and forms the basis of SLAs between producers and consumers.
Read 8 tweets
Jun 5
Private vs Public API catalogs 🗂️ 🧵 Image
Both private and public API catalogs make it easier for API consumers to find the APIs that meet their needs, but each type of catalog has several distinct benefits.
A private API catalog is a unified hub for every internal API within an organization.

These catalogs provide complete visibility into an organization's overall API landscape, which benefits developers and business leaders alike.
Read 10 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!

:(