Skip to content

This is a Ruby gem for interacting with the Bling API to manage products, orders, and other resources in your Bling account using a simple Ruby interface.

License

Notifications You must be signed in to change notification settings

Purple-Stock/bling_api

Repository files navigation

Bling API Ruby Gem

Gem Version

This is a Ruby gem for interacting with the Bling API to manage products, orders, and other resources in your Bling account using a simple Ruby interface.

Installation

Add this line to your application's Gemfile:

gem 'bling_api'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install bling_api

Usage

To use the Bling API Ruby gem, first require it in your code:

require 'bling_api'

Then, set up the gem with your Bling API key:

BlingApi.configure do |config|
  config.api_key = 'your_api_key_here'
end

Now you can use the gem to interact with the Bling API:

# Example usage

Documentation

For a complete reference of the Bling API, please visit the official Bling API documentation.

Contributing

  1. Fork the repository on GitHub.
  2. Create a branch for your changes.
  3. Make your changes and commit them to your branch.
  4. Push your changes to your fork.
  5. Create a pull request to the main repository.

License

This gem is available under the MIT License.


Make sure to replace `'your_api_key_here'` with the appropriate API key and provide example usage code in the `Usage` section of the README. You can also add more detailed examples or link to a documentation page if needed.

About

This is a Ruby gem for interacting with the Bling API to manage products, orders, and other resources in your Bling account using a simple Ruby interface.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published