Tag: REST API

Conheça o Couchbase Edge Server: O banco de dados offline-first otimizado para a borda, mesmo em ambientes com recursos limitados
Meet Couchbase Edge Server: The Offline-First Database for the Resource Constrained Edge
Meet Couchbase Edge Server: The Offline-First Database for the Resource Constrained Edge

Couchbase Edge Server: A lightweight, offline-first database for fast local access, real-time sync, and scalable edge application development.

A Java Microservices Overview
A Java Microservices Overview

Java microservices are small, separate services written in Java programming language. Learn how they communicate with each other and work together here.

API vs. SDK: Breaking Down the Differences (Plus Examples)
API vs. SDK: Breaking Down the Differences (Plus Examples)

This blog post will explain the key differences between APIs and SDKs, discuss how developers use APIs and SDKs, and provide examples of both. Read now.

Programmatic Administration of Capella Deployments with the Capella Management API
Programmatic Administration of Capella Deployments with the Capella Management API

In this post, we will walkthrough a simple example of using Postman to interact with and execute the new features of the Capella Management API.

Mobile Developers: Is REST Keeping You Up At Night?
Mobile Developers: Is REST Keeping You Up At Night?

REpresentational State Transfer, commonly known as “REST”, describes a standard for programmatic communication with backend data services over the web. A REST API is a programming interface that uses HTTP requests to POST (create), GET (read), PUT (update), and DELETE...

Use Postman With Couchbase Capella Public API
Use Postman With Couchbase Capella Public API

This blog post will show you how to utilize the Postman API client to interact with the Couchbase Capella Public API through the REST interface.

Postman Collections for Sync Gateway Administration
Postman Collections for Sync Gateway Administration

This blog post shows you how to use the Postman API client to configure, administer, and interact with Sync Gateway via the REST interface.

So Long, Manual Backup & Restore: Introducing the Couchbase Backup Service
So Long, Manual Backup & Restore: Introducing the Couchbase Backup Service

Say goodbye to clunky, manual database backups and say hello to automated backups (and restores) with the new Backup Service in Couchbase Server 7.0.

How to Add Full-Text Search Functionality to Your JavaScript App
How to Add Full-Text Search Functionality to Your JavaScript App

Find out how to add full-text search functionality to your JavaScript App. This will allow you to find the JSON documents containing the text you need.

How to Query JSON Data Using SQL++ for Node.js and Couchbase
How to Query JSON Data Using SQL++ for Node.js and Couchbase

Use this basic tutorial to learn how to build a REST API for your Node.js app that sends SQL++ (aka N1QL) queries to retrieve data from Couchbase.

How to Troubleshoot Your SDK Connection using SDK Doctor & Couchbase Alternate Addresses
How to Troubleshoot Your SDK Connection using SDK Doctor & Couchbase Alternate Addresses

Is your SDK not connecting? The walkthrough on this blog post will demonstrate how to diagnose using SDK Doctor & Couchbase Alternate Addresses.