https://github.com/ittybit/sdk-go
A Go SDK for the Ittybit API
https://github.com/ittybit/sdk-go
go ittybit
Last synced: 2 months ago
JSON representation
A Go SDK for the Ittybit API
- Host: GitHub
- URL: https://github.com/ittybit/sdk-go
- Owner: ittybit
- Created: 2025-06-03T13:46:21.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-16T13:22:45.000Z (7 months ago)
- Last Synced: 2025-08-16T14:46:06.322Z (7 months ago)
- Topics: go, ittybit
- Language: Go
- Homepage: https://ittybit.com/sdks/go
- Size: 146 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ittybit Go Library
The Ittybit Go library provides convenient access to the Ittybit API from Go applications.
## Installation
```go
package example
import (
sdk "github.com/ittybit/sdk-go"
client "github.com/ittybit/sdk-go/client"
option "github.com/ittybit/sdk-go/option"
)
```
## Usage
For full documentation visit [https://ittybit.com/sdks/go](https://ittybit.com/sdks/go)
## Contributing
While we value open-source contributions to this SDK, this library is generated programmatically.
Additions made directly to this library would have to be moved over to our generation code,
otherwise they would be overwritten upon the next generated release. Feel free to open a PR as
a proof of concept, but know that we will not be able to merge it as-is. We suggest opening
an issue first to discuss with us!