@izgas/backlog-api is a TypeScript library for seamless integration with the Nulab Backlog API. Designed for Google Apps Script, it enables efficient interaction with Backlog resources, including projects, issues, and user management. 💻
- Full integration with Nulab Backlog API. 🌐
- Optimized for Google Apps Script. ⚙️
- TypeScript support for robust type checking. ✅
- Access to Backlog API endpoints: projects, issues, and users. 📊
Install the package with pnpm or npm:
pnpm install @izgas/backlog-apiFor global type definitions, install:
pnpm install -D @iztypes/backlog-apiUpdate tsconfig.json to include the type definitions:
{
"compilerOptions": {
"types": ["@iztypes/backlog-api"]
}
}The content of this section is currently being updated. Please check back later for detailed usage instructions.
The content of this section is currently being updated. Please check back later for detailed API documentation.
- Node.js (latest LTS version). 🖥️
- pnpm (preferred package manager). 📦
-
Clone the repository:
git git@github.com:2zcory/backlog-api.git cd izgas-backlog-api -
Install dependencies:
pnpm install
-
Build the project:
pnpm build
Run the test suite:
pnpm testContributions are welcome. Please:
- Fork the repository. 🍴
- Create a branch for your feature or fix. 🌿
- Commit and push your changes. 📤
- Submit a pull request with a detailed description. 📋
Distributed under the MIT License. See LICENSE for details. ⚖️
- Nulab Backlog API Documentation 📘
- Community contributors for feedback and input. 🌟