# devportal-api **Repository Path**: mirrors_couchbaselabs/devportal-api ## Basic Information - **Project Name**: devportal-api - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-27 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # API Available Endpoints - [PageLike - Rate Component](#pagelike) ## PageLike - `/pageLike` (GET, POST) - `/pageLike/:id` (PUT, PATCH, DELETE) The `pageLike` endpoint is used for the Rate Component for Developer Portal. ### PageLike Example JSON ```json { "created": "2021-08-17T13:08:60.000Z", "page": "https://developer.couchbase.com/community", "helpful": true, "comment": "Can you create a better community?", "user": "anonymous" } ``` ## Roadmap This API can be used for providing and storing data for the developer portal. Connects to a Couchbase instance on AWS. ## Ottoman Environment Variables ```sh DB_CONNECTION='couchbase://localhost:8091' DB_USER='Administrator' DB_PASS='password' DB_BUCKET='bucket' BUCKET_SCOPE='_default' BUCKET_COLLECTION='_default' MODEL_KEY='type' KEY_DELIMITER='_' API_PORT=0000 ```