Project

nuvemshop

0.0
No release in over 3 years
Low commit activity in last 3 years
This gem is a work in progress. If you like to contribute, please get in touch!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 1.12
~> 13.0
~> 3.0
>= 0

Runtime

~> 0.18
 Project Readme

NuvemshopRuby

This is a Wrapper for Nuvemshop/Tiendanube API. his gem is a work in progress. If you like to contribute, please get in touch!

RDoc

This gem is documented here

Working Features

  • Nuvemshop::Orders.all
  • Nuvemshop::Orders.show

Installation

Add this line to your application's Gemfile:

gem 'nuvemshop'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install nuvemshop

Usage

If you use rails you can add this code below in config/initializers/nuvemshop.rb

require 'nuvemshop'

Nuvemshop.configure do |config|
  config.client_id = 'your_client_id'
  config.client_secret = 'your_client_secret'
  config.user_agent = 'Your Company/Name (your_email@domain.com)'
  config.store_access_token = 'your_store_access_token'
  config.store_user_id = 'your_user_id'
end

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/nuvemshop-ruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the NuvemshopRuby project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.