Skip to content
/ nacre Public
forked from allolex/nacre-old

[In progress] A Ruby wrapper around the Brightpearl API

License

Notifications You must be signed in to change notification settings

stupakov/nacre

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nacre

Nacre is a Ruby wrapper around the Brightpearl accounting software service. It uses the Brightpearl API.

https://www.brightpearl.com/developer/latest/

Installation

Add this line to your application's Gemfile:

gem "nacre", :git => "git:https://github.com/allolex/nacre.git"

And then execute:

$ bundle

Usage

This gem isn't really very functional as of yet, so for now you can look at the tests to see how it's used.

Make sure you copy the sample config file to test_config.yml with your credentials.

Features

  • Configuration support. See config/ for a sample YAML file.
  • API authentication

Todo

  • Services
    • Product
    • Accounting
    • Order
    • Contact
    • Warehouse

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

[In progress] A Ruby wrapper around the Brightpearl API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%