evitaDB - Fast e-commerce database
logo
page-background

REST

The Representational State Transfer (REST) API protocol is a standardized approach to building web services that employ HTTP methods to create, read, update, and delete data. The protocol is designed around resources, which are any kind of object, data, or service that can be accessed by the client. Its simplicity, scalability, and performance make REST the most popular protocol for APIs, used extensively in cloud services, mobile services, and social networks.

This chapter describes the REST protocol for evitaDB and doesn't make sense for other languages. If you're interested in the details of the REST implementation, please change your preferred language in the upper right corner.

Author: Lukáš Hornych

Date updated: 24.3.2023

Documentation Source