Skip to main content

3 docs tagged with "crud"

View all tags

Client code examples

Client applications communicate with a Codehooks API and database via a secure REST API.

CRUD example REST API

This Codehooks CRUD example app implements a complete REST API and operations for a space/datastore and multiple collections.

Database API

The Database API provides a powerful and flexible interface for interacting with the built-in NoSQL datastore in your Codehooks project. This API allows you to perform a wide range of operations, from basic CRUD (Create, Read, Update, Delete) to more advanced querying and data manipulation.