Client-gateway
Client-Gateway
Prerequisites
How to Get Started
git clone https://github.com/your-repo/client-gateway.git cd client-gateway
docker pull your-registry/client-gateway:latest
docker run -d -p 8080:8080 \ -e API_BASE_URL=https://api.example.com \ -e API_KEY=your-api-key \ -e CLIENT_SECRET=your-client-secret \ your-registry/client-gateway:latest
curl -X POST http://localhost:8080/create \ -H "Authorization: Bearer your-client-secret" \ -H "Content-Type: application/json" \ -d '{"name": "test_credential", "type": "temporary"}'
Available Endpoints
Last updated