https://github.com/krisnova/rebrandly-go-sdk
A Go SDK for the Rebrandly API
https://github.com/krisnova/rebrandly-go-sdk
Last synced: about 1 year ago
JSON representation
A Go SDK for the Rebrandly API
- Host: GitHub
- URL: https://github.com/krisnova/rebrandly-go-sdk
- Owner: krisnova
- License: apache-2.0
- Created: 2018-07-23T17:04:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T15:58:01.000Z (over 7 years ago)
- Last Synced: 2025-03-27T19:39:48.382Z (over 1 year ago)
- Language: Go
- Size: 10.7 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rebrandly-go-sdk
A Go SDK for the Rebrandly API
# Authenticating
Create a new API key from the Rebrandly dashboard, and export as the environmental variable `REBRANDLY_API_KEY`
```bash
export REBRANDLY_API_KEY="YOUR_API_KEY"
```
# Status
Right now only basic endpoints are baked into the SDK, but the framework is in place that makes it extremely easy to add other endpoints.
If there is an endpoint you need, just ping me (Kris Nova) or just open a PR.
# Parameters
Some of the SDK functions accept `params` which maps to the accepted to parameters in the Rebrandly documentation [here](https://developers.rebrandly.com/docs)