APIs Articles

Sorted By: Most Recent
Jayanth Somineni Jayanth Somineni
Updated on September 05, 2023

How to Make API Calls in React With Examples

An API call in React refers to making a request to a web API from a React application. We can make an API call with: XMLHttpRequest, Fetch API or Axios.

Image: Shutterstock / Built In
Eric Chi Eric Chi
Updated on May 03, 2023

Build a Discord Bot With Python

This tutorial will get you started on how to create your own Discord bot using Python.

Image: Shutterstock / Built In
Tammy Xu Tammy Xu
Updated on March 15, 2023

API Security 101

A breakdown of the pros and cons of OAuth, basic auth and mutual TLS.