Sha256: fe4030fd83d22b27fa093902163ef912f96f2d58e5d2ee71f8041d554ad1ebab

Contents?: true

Size: 664 Bytes

Versions: 12

Compression:

Stored size: 664 Bytes

Contents

# Selly Ruby

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'selly'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install selly

## Usage

Visit the [API documentation](https://selly.gg/developer/docs) for complete method lists

```ruby
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](http://opensource.org/licenses/MIT).

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
selly-2.0.9 README.md
selly-2.0.8 README.md
selly-2.0.7 README.md
selly-2.0.5 README.md
selly-2.0.4 README.md
selly-2.0.3 README.md
selly-2.0.2 README.md
selly-2.0.1 README.md
selly-1.1.2 README.md
selly-1.1.1 README.md
selly-1.1.0 README.md
selly-1.0.1 README.md