Etiqueta: API REST
-

Conozca Couchbase Edge Server: La base de datos orientada a desconectados para el borde con recursos limitados
Nos entusiasma presentar Couchbase Edge Server, nuestra plataforma de datos ligera y de enfoque local diseñada para impulsar sus aplicaciones de computación en el borde. Con características como almacenamiento de datos local, sincronización de datos de primera desconexión ascendente y descendente, y una perfecta integración RESTful...
-

Una descripción general de los microservicios en Java
En la última década, los microservicios han transformado la forma en que los desarrolladores y las organizaciones crean y lanzan aplicaciones. Según la Encuesta a Desarrolladores 2023 de Stack Overflow, casi 49% de profesionales del software utilizan microservicios a diario. Para comprender mejor cómo…
-

API vs. SDK: Desglose de las diferencias (más ejemplos)
Esta publicación de blog discutirá qué son las API y los SDK, las diferencias entre ellos, cómo los usan los desarrolladores y las situaciones en las que se beneficiaría al elegir uno sobre el otro. ¿Qué es un...
-

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…
-

Desarrolladores móviles: ¿Los mantiene REST insomnes?
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),…
-

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…
-

Cómo agregar funcionalidad de búsqueda de texto completo a tu aplicación de JavaScript
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…
-

How to Troubleshoot Your SDK Connection using SDK Doctor & Couchbase Alternate Addresses
It’s a common experience to run into network connection errors when you’re developing an application – particularly if you’re connecting from your local computer SDK to a remote cluster. Is your SDK not connected?…
-

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…