@priya.rajagopal where can i get the example config or rest api for the current GitHub - couchbase/sync_gateway: Manages access and synchronization between Couchbase Lite and Couchbase Server master branch ?
Hi @Danila ,
We do maintain some internal API documentation on the latest SG development branch, if you need a head-start on planning for upcoming releases.
The usual caveats of in-progress work applies:
- The API is subject to change up until General Availability release.
- May not be completely up to date.
- As internally-facing documentation, some details are sparse in description and examples, but aims to be technically accurate.
OpenAPI 3.x docs:
- sync_gateway/admin.yaml at master · couchbase/sync_gateway · GitHub
- sync_gateway/public.yaml at master · couchbase/sync_gateway · GitHub
These can be viewed in any OpenAPI 3.x tool, such as ReDoc: