KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
bsale
★ 8
Open GitHub ↗
Ruby Client Library for Bsale API
Download README (.md)
Explore Similar Repositories
XUI
:
XUI 是一套H5样式库,是一套对外开源的一套移动端和网页端的视觉交互规范。开发人员通过引用XUI前端框架二次开发可以快速的开发出一套网站,并内置了一些很好的用户体验。让开发人少写很多代码,提高开发效率。
Python-For-Finance-Algorithmic-Trading-DataCamp-
:
No description available.
SimpleUI
:
Simple UI Menu for GTA V.
add-redux
:
Quickly add Redux boilerplate files and directories to your vanilla JavaScript, React, or React Native App.
transition-mixin
:
This sass mixin gives you more control about the transition property
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
bsale
?
Download (.md)
# Bsale Unofficial Ruby client for the [BSale API](https://apichile.bsalelab.com/lista-de-endpoints/documentos) ## Installation Add this line to your application's Gemfile: ```ruby gem 'bsale' ``` And then execute: $ bundle Or install it yourself as: $ gem install bsale ## Usage ### Configure with you app's credentials Create a file into `config/initializer/bsale.rb` and put this: ```ruby Bsale.configure do |config| config.access_token = ENV['BSALE_ACCESS_TOKEN'] end ``` ``` ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request Bug reports and pull requests are welcome on GitHub at https://github.com//bsale. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). ## Code of Conduct Everyone interacting in the Bsale project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/nelyj/bsale/blob/master/CODE_OF_CONDUCT.md).