Development Methods & Design

REST API

English

Overview

A standard API design style for web services, built around the mechanics of HTTP.

Details

Its defining trait is representing resources with URLs and expressing operations with HTTP methods like GET, POST, PUT, and DELETE. Simple and easy to learn, it has become the de facto standard for web API design.

More Programming terms