https://github.com/hazcod/aikido-sdk-go
Go SDK for the Aikido public API.
https://github.com/hazcod/aikido-sdk-go
Last synced: 2 months ago
JSON representation
Go SDK for the Aikido public API.
- Host: GitHub
- URL: https://github.com/hazcod/aikido-sdk-go
- Owner: hazcod
- License: apache-2.0
- Created: 2024-05-17T11:32:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T04:18:10.000Z (about 1 year ago)
- Last Synced: 2025-12-25T17:09:26.529Z (6 months ago)
- Language: Go
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aikido-sdk-go
Go SDK for the Aikido public API.
## Setup
1. Setup a new API client on Aikido via https://app.aikido.dev/settings/integrations/api/aikido/rest and assign `issues:read` permissions.
2. Create a configuration file:
```yaml
log:
level: info
aikido:
client_id: foo
client_secret: bar
```
3. Run it with `aikido -config=config.yml`
## Compilation
Just run `make`.