Saad Irfan

Saad Irfan

Developer Advocate @Rapid

Build an AI wallpaper generator app using Rapid and OpenAI

Building AI apps can be easy if you know where to start. In this guide, we will build an AI wallpaper generator from scratch using RapidAPI Client, Hub, and OpenAI.

How to call APIs using Axios in TypeScript?

TypeScript extends JavaScript and provides additional features like interfaces and types. In this piece, we will learn how to call APIs in TypeScript using Axios.

Test And Secure Your APIs With RapidAPI

Finding your API vulnerabilities and taking measures against them is essential otherwise you app can suffer. In this piece, let’s learn how RapidAPI can help you test and secure APIs.

How to send the request body using fetch?

You can use fetch Web API to call RESTful and GraphQL APIs. In this piece, let’s look at how we can send the request body in a POST request using fetch.

How to send the request body using Axios?

Axios is an HTTP library that can take the request body for API requests in multiple ways. In this piece, let’s learn how to send the request body using Axios.

How to call weather APIs in JavaScript?

Weather APIs are most commonly used when it comes to learning how to use APIs. In this piece, let’s look at how we can call Weather APIs in JavaScript.