Skip to content

Tag: restful api

Programming

5 Tips for Better Caching in a REST API

The goal of caching is to avoid having to generate the same response twice. In this blog article we look at five techniques for caching in a RESTful api.

May 8, 2022
Programming

Understanding how to use REST API and HTTP

A REST API is a type of API that confirms to the RESTful constraints. REST is designed to take advantage of existing protocols like HTTP. HTTP Status Codes and HTTP Methods are the building blocks of building a good RESTful API.

May 7, 2022
Programming

What are REST API’s constraints?

REST or REpresentational State Transfer is an API architecture style that uses a uniform interface.  For an API to be RESTful there are six rules that it needs to follow.

May 6, 2022
Programming

API Style Choices

APIs come in many different styles and types. Before running into a style we need to understand the different options and the trade offs that we are making.

April 25, 2022
Programming

Why you shouldn’t use GraphQL

GraphQL is gaining traction in the software development world because it offers an alternative to the traditional REST architecture. Here's why I don't think it's ready for common use.

January 28, 2020
HTTP Status Codes Explained
Programming

HTTP Status Codes Explained

As part of the HTTP protocol HTTP Status Codes are returned to allow software to easily identify what the problem is and what they should do in response.

July 19, 2016
Programming

What is An API

API is an acronym for Application Programming Interface. An API is a way for two applications to talk to one another. I…

May 7, 2013