https://github.com/getlago/lago-ruby-client
Ruby wrapper for the Lago Rest API
https://github.com/getlago/lago-ruby-client
Last synced: 2 months ago
JSON representation
Ruby wrapper for the Lago Rest API
- Host: GitHub
- URL: https://github.com/getlago/lago-ruby-client
- Owner: getlago
- License: mit
- Created: 2022-05-03T11:26:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T15:03:42.000Z (3 months ago)
- Last Synced: 2025-04-02T22:03:41.845Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 496 KB
- Stars: 11
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Lago Ruby Client
This is a ruby wrapper for Lago API
[](https://badge.fury.io/rb/lago-ruby-client)
[](https://spdx.org/licenses/MIT.html)## Current Releases
| Project | Release Badge |
|--------------------|-----------------------------------------------------------------------------------------------------|
| **Lago** | [](https://github.com/getlago/lago/releases) |
| **Lago Ruby Client** | [](https://github.com/getlago/lago-ruby-client/releases) |## Installation
Install the gem and add to the application's Gemfile by executing:
$ bundle add lago-ruby-client
If bundler is not being used to manage dependencies, install the gem by executing:
$ gem install lago-ruby-client
## Usage
Check the [lago API reference](https://doc.getlago.com/docs/api/intro)
## Development
### Install the dependencies
```bash
bundle install
```### Run tests
```bash
bundle exec rspec
```## Documentation
The Lago documentation is available at [doc.getlago.com](https://doc.getlago.com/docs/api/intro).
## Contributing
The contribution documentation is available [here](https://github.com/getlago/lago-ruby-client/blob/main/CONTRIBUTING.md)
## License
Lago Ruby client is distributed under [MIT license](LICENSE).