Skip to content

Selly/selly-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selly Ruby

Installation

Add this line to your application's Gemfile:

gem 'selly'

And then execute:

$ bundle

Or install it yourself as:

$ gem install selly

Usage

Visit the API documentation for complete method lists

require 'selly'

# Set API credentials
Selly.api_key = 'your api key'
Selly.api_email = 'your account email'

# List orders
Selly::Orders.list

# Pagination
Selly::Orders.list(page: 10)

# Get single resource
Selly::Orders.show('order id')

License

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

About

Ruby library for Selly's API

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages