mrapids 0.1.7

Your OpenAPI, but executable
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# API Configuration
API_BASE_URL=https://raw.githubusercontent.com
API_KEY=your-api-key-here

# Authentication
AUTH_TOKEN=
API_SECRET=

# Test Data
TEST_USER_ID=1
TEST_USER_EMAIL=test@example.com

# Environment
NODE_ENV=development
DEBUG=false
LOG_LEVEL=info