API Learning

Learn everything about APIs.
Search
How to Send JSON Data in Postman
How to Send JSON Data in Postman
We will delve into the topic of sending JSON data using Postman, a powerful tool for API testing and development. Whether you're a seasoned developer or a newbie, mastering this skill is essential for efficient API testing and development.
How to Export Swagger Documentation to PDF Files
How to Export Swagger Documentation to PDF Files
You may find yourself in a situation where you need to export Swagger documentation into PDF or files for convenient sharing and archiving. In this blog post, we will guide you through the process of exporting Swagger documentation into both PDF formats.
Postman Tutorial: Export Postman Collections Data
Postman Tutorial: Export Postman Collections Data
Some developers also switch to another free alternative to Postman. This post focuses on how to export your data, including collections, environments, global variables, and data dumps, in JSON format from Postman.
How to Use Assert in Node.js
How to Use Assert in Node.js
By incorporating assertion statements into their code and writing tests using the assert() function, developers can validate assumptions, detect errors, and improve the quality of their Node.js applications.
Curl -h Command
Curl -h Command
One of the most essential options in the curl toolkit is the -h option, which enables users to manipulate and inspect HTTP headers.
How to Call REST API with Curl
How to Call REST API with Curl
cURL is a useful command-line tool for calling REST APIs directly from your terminal or in scripts and automation. In this guide, we'll cover the basics of using cURL to call with REST APIs. What is a cURL API Call?
How to Use Curl Command in Linux
How to Use Curl Command in Linux
In this guide, we delve into the intricacies of the curl command, exploring its syntax, options, and practical examples that showcase its versatility in Linux environments. What Is the curl Command?
Sending SOAP Requests with Postman
Sending SOAP Requests with Postman
SOAP is an XML-based communication protocol used for exchanging structured data on the web. This comprehensive article will guide you step-by-step on how to efficiently send SOAP requests using Postman.
How to Send a Curl DELETE Request
How to Send a Curl DELETE Request
Curl can be used to send various types of requests like GET, POST, PUT, DELETE etc. In this article, we will see how to send a DELETE request using cURL.
How to Use Query Parameters in React Router?
How to Use Query Parameters in React Router?
In this guide, we will explore the seamless integration of query parameters within React Router. Learn how to efficiently pass and retrieve query parameters in both React Router v5 and the latest version, React Router v6.
How to Mock an API for Testing
How to Mock an API for Testing
This guide will provide you with practical insights and a step-by-step guide on effectively creating mock APIs, offering a valuable resource for developers aiming to enhance their testing processes.
How to Convert XML to JSON: A Step-by-Step Guide
How to Convert XML to JSON: A Step-by-Step Guide
Converting XML (eXtensible Markup Language) to JSON (JavaScript Object Notation) is a common task in web development and data interchange.
How to Send POST Request with Axios
How to Send POST Request with Axios
Axios stands out as a valuable JavaScript HTTP client library, particularly in facilitating seamless communication with APIs. Given that the POST method is extensively employed in HTTP transactions, mastering its implementation in Axios becomes crucial.
How to Use Talend API Tester: A Comprehensive Guide with Examples
How to Use Talend API Tester: A Comprehensive Guide with Examples
Talend API Tester, formerly known as Restlet Client, is a powerful tool for API testing that can help you validate RESTful APIs or web services easily.
How to Send Authorization Header with Axios
How to Send Authorization Header with Axios
When working with Axios to make HTTP requests, adding an authorization header is a common requirement, especially when dealing with secure endpoints that require authentication. However, sending such headers in cross-origin requests may lead to complications.
How to Export Insomnia Collection
How to Export Insomnia Collection
Insomnia, an open-source desktop application by Kong, stands out as a powerful ally for API design, debugging, and testing. To make the most of your work and ensure seamless collaboration, it's essential to understand how to export Insomnia collections.
How to Use Insomnia to Test API
How to Use Insomnia to Test API
Insomnia is a popular open-source API client that allows developers to easily test and interact with APIs. In this post, we'll dive into what Insomnia is, why developers use it, and how to get started.
How to Add Bearer Token Authorization in Postman
How to Add Bearer Token Authorization in Postman
Bearer tokens play a crucial role in securing API requests, and managing them efficiently is essential for developers. However, some users might encounter issues, such as the absence of the Bearer Token option in the authentication dropdown in Postman. In this article, we will explore how to set a Bearer
How to Use JSON Web Token (JWT) in Node.js
How to Use JSON Web Token (JWT) in Node.js
JSON Web Token (JWT) is an open standard that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. This article will provide a quick overview of how JWTs work.
How to Add Bearer Token in Swagger
How to Add Bearer Token in Swagger
Bearer token authentication is a common authentication method used to protect access to APIs. Adding a Bearer token to Swagger increases API security and restricts access to protected resources to users with valid access tokens.
How to Add and Pass Bearer Token in Header
How to Add and Pass Bearer Token in Header
When calling an API that uses bearer token auth, you need to properly format and send the header to pass the token to the API. Here are the steps to set the Authorization header with a bearer token in Apidog.
How to Generate Bearer Token
How to Generate Bearer Token
Bearer tokens are commonly used in the OAuth 2.0 authentication framework. In this article, we'll explore the process of generating a Bearer token and provide a practical example using GitHub as a reference.
How to Test Django REST Framework
How to Test Django REST Framework
Testing is a crucial aspect of web development, ensuring that your Django Rest Framework (DRF) API functions correctly and efficiently. In this guide, we'll walk you through a step-by-step process on how to test Django Rest Framework, covering unit tests, integration tests with Apidog, and more.
How to Call REST API from Node.JS
How to Call REST API from Node.JS
In this guide, we'll explore the different methods for calling REST APIs from Node.js applications. We'll go over core concepts, show example code snippets, and provide best practices for working with REST APIs in your Node.js projects.
How to Send JSON Object with POST Request?
How to Send JSON Object with POST Request?
In API testing and development, sending POST requests with JSON data is a fundamental skill. A detailed guide is provided for crafting POST requests with JSON payloads within the user-friendly interfaces of both Postman and Apidog.
Best 2 Ways to Build API in node.JS and Express
Best 2 Ways to Build API in node.JS and Express
Node.js is the top choice for developers creating fast web apps with RESTful APIs, widely used in the US. We'll take you through the top two approaches, providing valuable insights and practical guidance on harnessing the power of Node.js and Express to craft efficient and scalable APIs.
How to Create JSON Schema in Python
How to Create JSON Schema in Python
Python offers several libraries and tools for working with JSON schemas, but one of the most popular choices is the "jsonschema" library. In this guide, we will use this library to create JSON schemas in Python.
How to Send HTTP/2 Request?
How to Send HTTP/2 Request?
In this blog, we'll guide you through the correct way to send HTTP/2 requests, addressing the common misconceptions and challenges you might encounter along the way.
How to Generate Automated Swagger API Documentation
How to Generate Automated Swagger API Documentation
In this post, we will provide you with a comprehensive guide on how to generate Swagger documentation for your API. Additionally, we will introduce a valuable tool called Apidog that can help streamline the documentation process.
How to Build and Test HTTP API Using Tapir
How to Build and Test HTTP API Using Tapir
Tapir, a powerful tool in the Scala programming ecosystem. In this blog post, we will explore how Tapir streamlines the development and testing of HTTP APIs, making the creation of robust and reliable interfaces more accessible than ever.
How to Convert XML Schema(XSD) to JSON Schema
How to Convert XML Schema(XSD) to JSON Schema
XML Schema is used to define the structure and data types of XML documents, while JSON Schema is used to define the structure and validation of JSON data.
How to Send POST XML with Postman
How to Send POST XML with Postman
In this article, we will explore the process of sending POST requests with XML data using Postman. We'll walk you through the steps to effectively send XML data to a web service or API, making it simple and easy to work with this common data format.
How Does an API Work with A Database?
How Does an API Work with A Database?
Application Programming Interfaces (APIs) play a pivotal role in enabling interaction between software applications and databases, allowing for the retrieval, manipulation, and storage of data. In this post, we will delve deep into the world of APIs and explore how they work with databases.
How to Set Up Selenium for API Testing(A Step-by-Step )
How to Set Up Selenium for API Testing(A Step-by-Step )
Ensuring the reliability and functionality of APIs is crucial, and that's where Selenium, a popular tool in the realm of web automation testing, can be a game-changer for API testing as well.
How to Send Query Parameters in POST Request
How to Send Query Parameters in POST Request
Learn the simple and effective way to send query parameters in a POST request with our step-by-step guide. Master the art of sending data efficiently!
How to Call the Twitter API Using Python
How to Call the Twitter API Using Python
Twitter, one of the leading social media platforms, provides a powerful API that allows developers to access a wealth of information. In this comprehensive guide, we'll walk you through the step-by-step process of calling the Twitter API using Python.
How to Make Axios GET Request Easily
How to Make Axios GET Request Easily
Axios is a JavaScript HTTP client library that is widely used for making API requests when working with JavaScript. In this article, we will provide a detailed introduction to Axios and then show you how to implement GET requests using Axios.
How to Issue and Run HTTPS Requests in Postman
How to Issue and Run HTTPS Requests in Postman
You can use Postman to send requests to web servers using the HTTPS protocol for secure communication. Here are the detailed steps to do it.
SSL Certificate - Signature Verification Failure Vulnerability
SSL Certificate - Signature Verification Failure Vulnerability
The SSL certificate signature verification failed vulnerability refers to a security issue where the digital signature of an SSL certificate cannot be successfully verified.
How to Call JSON RPC API (3 Best Ways)
How to Call JSON RPC API (3 Best Ways)
Calling JSON-RPC APIs is a fundamental aspect of modern web development. In this blog, we will explore two of the best methods to call JSON-RPC APIs, providing developers with insights into making seamless and effective API calls.
How to Use WebSocket Protocol in FastAPI
How to Use WebSocket Protocol in FastAPI
Explore the capabilities of WebSocket protocol in FastAPI with this easy-to-follow guide. Learn how to leverage real-time, two-way communication for your projects, enabling smoother interactions and seamless data transfer.
How to Use FastAPI APIRouters
How to Use FastAPI APIRouters
In this article, we will dive into the world of FastAPI APIRouters and explore how to use FastAPI APIRouters.
How to Import JSON Files into Postman
How to Import JSON Files into Postman
Now, let's see how Apidog and Postman handle importing JSON files to find the best fit for your needs.
How to Export Environments from Postman
How to Export Environments from Postman
In this guide, we'll show you how to export environments from Postman so you can easily import them into Apidog tool.
How to Import Collection in Postman
How to Import Collection in Postman
Postman is a wide-used tool for developers to test APs efficiently. If you are new to Postman, you might not quite about API collection transmission. In this article, we will discuss how to import Postman collections.
How to Send gRPC Request with Postman
How to Send gRPC Request with Postman
gRPC is a high-performance, open-source remote procedure call (RPC) framework that supports multiple programming languages. This article will guide you on how to send gRPC requests in Postman.
JavaScript Online Debugging Front-end Beginner's Guide
JavaScript Online Debugging Front-end Beginner's Guide
This article provides an introduction to the basic process, common problems, and errors in JavaScript online debugging, and includes code examples for illustration.
How to Create and Run a WebSocket Server in Python
How to Create and Run a WebSocket Server in Python
This article is the ultimate guide on how to create a WebSocket Server in Python and debug it with Apidog easily.
How to Execute SSH Commands Using WebSocket
How to Execute SSH Commands Using WebSocket
How to execute SSH commands using WebSocket? You can install an SSH plugin in Drone and use WebSocket to send commands to SSH.
How to Write Automated Test Scripts (Best 2 Ways)
How to Write Automated Test Scripts (Best 2 Ways)
This article will introduce 2 great ways to guide you on how to write automated testing scripts. Let's get it.
Postman Tutorial: How to Test APIs Effectively
Postman Tutorial: How to Test APIs Effectively
Using Postman, this tool makes it easy to perform API testing. Here is a simple tutorial to help you get started quickly.
Getting Started on API Automation Testing Framework
Getting Started on API Automation Testing Framework
This article provides you with a comprehensive learning guide on interface automation testing frameworks to help you get started quickly and build an efficient testing tool.
What is Automated Testing (A Step-by-Step Guide)
What is Automated Testing (A Step-by-Step Guide)
This article introduces the concept of automated testing and a detailed guide to doing it. Automated testing can help you save time and cost.
How to Use Mock.js in Vue.js
How to Use Mock.js in Vue.js
There are two ways to think about using Mock.js in your Vue project, and if you want to learn how to optimize your Vue.js front-end development process using Mock.js, then this article is a good place to start.
Step-by-Step Guide to Mastering Mock APIs with Apidog
Step-by-Step Guide to Mastering Mock APIs with Apidog
Mock API is a technique that replaces the real API interface with simulated data. With Apidog, it only takes 3 steps to set up a Mock API.
How to Write a Standard API Document
How to Write a Standard API Document
Basic elements for writing excellent API documentation include document structure, API design, example code, etc. With this article, learn how to write a high-quality API documentation.
How to Read and Understand Common API Documentations
How to Read and Understand Common API Documentations
Interface documentation is an essential part of the software development process, but sometimes interface documentation can be confusing, and this article helps you better read and understand an interface document.
How to Design a Standard API Interface Documentation
How to Design a Standard API Interface Documentation
In this post, you will learn the key steps and best practices for designing comprehensive API interface documentation for yourself.