backlog-client 0.1.1

Backlog Client For Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Backlog Client Debug Configuration
# Copy this file to .env and fill in your actual values

# Your Backlog space URL (replace 'yourspace' with your actual space name)
# Examples:
#   https://yourcompany.backlog.com
#   https://yourcompany.backlogtool.com
BACKLOG_BASE_URL=https://yourspace.backlog.com

# Your Backlog API key (get this from your Backlog settings > API)
BACKLOG_API_KEY=your_api_key_here