Tag: Swagger

ASP.NET with Couchbase: Getting Started
ASP.NET with Couchbase: Getting Started

This video will show you how to get started with ASP.NET using Couchbase Server. You'll create an HTTP REST API for CRUD operations.

Managing REST APIs with Swagger (video)
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 Swagger donated the spec to the...

Bluebird Promises and Swagger in Node.js
Bluebird Promises and Swagger in Node.js

Recently I wrote about using Node.js with Swagger to build a simple listener for the Sync Gateway changes feed. In that version I did everything using synchronous calls. I’m working to build a more complete solution, so I decided to...

Using Node.js and Swagger to Monitor Document Changes in Couchbase Mobile
Using Node.js and Swagger to Monitor Document Changes in Couchbase Mobile

This article shows how to use the Swagger Node.js client. Learn how to build a super simple app that monitors changes in documents in Couchbase.