Tag: API REST
-

Meet Couchbase Edge Server: The Offline-First Database for the Resource Constrained Edge
We are excited to introduce Couchbase Edge Server—our lightweight, local-first, data platform designed to power your edge computing applications. With features like local data storage, upstream and downstream offline-first data sync, and seamless RESTful…
-

A Java Microservices Overview
In the last decade, microservices have changed how developers and organizations build and ship applications. According to Stack Overflow’s 2023 Developer Survey, nearly 49% of software professionals use microservices daily. To further understand how…
-

API vs. SDK: Breaking Down the Differences (Plus Examples)
This blog post will discuss what APIs and SDKs are, the differences between them, how developers use them, and situations in which you would benefit from choosing one over the other. What is an…
-

Programmatic Administration of Capella Deployments with the Capella Management API
We’re incredibly excited to present to you the new features of our Capella Management API. The new version of the API has been redesigned from the ground-up to be more RESTful, extensible, robust and…
-

Desenvolvedores Mobile: O REST está tirando o seu sono?
Representational State Transfer, comumente conhecido como “REST”, descreve um padrão para comunicação programática com serviços de dados de backend na web. Uma API REST é uma interface de programação que usa requisições HTTP para POST (criar),…
-

Use Postman With Couchbase Capella Public API
Important Update: Please note that the V3 API will be deprecated soon and will no longer receive updates or support beyond its end-of-life date. To benefit from enhanced features and improved performance, we strongly…
-

How to Add Full-Text Search Functionality to Your JavaScript App
It’s unavoidable: If you’re working with a document database, you’re eventually going to need to search for (and through) your JSON documents. In this tutorial, you’ll add the full-text search capabilities of Couchbase to…
-

Como solucionar problemas da sua conexão de SDK usando o SDK Doctor e Endereços Alternativos do Couchbase
É uma experiência comum encontrar erros de conexão de rede ao desenvolver uma aplicação – especialmente se você estiver se conectando a partir do SDK do seu computador local para um cluster remoto. O seu SDK não está conectado?...
-

Managing REST APIs with Swagger (video)
Couchbase incorporated Swagger into our documentation a few months ago. “Swagger” refers to an ecosystem of tools and other resources for managing REST APIs. Core to Swagger is the Swagger specification. (The group behind…