Sha256: d3ec7c59dd0acef98be1c44d101c0cf137a467144f38ccde3dff2f618d5693bd

Contents?: true

Size: 733 Bytes

Versions: 12

Compression:

Stored size: 733 Bytes

Contents

# Loopiator
Ruby gem for Interacting with Loopia.se's XML RPC API.

## Installation
Add the gem to your Gemfile and run bundle update:
```ruby
gem 'loopiator'
bundle update
```

Generate an initializer for your app:

```ruby
rails generate loopiator username password
```

You'll find your API credentials in Loopia's control panel.

## Usage

Basic example:
```ruby
client          =   Loopiator::Client.new
available       =   client.domain_is_free('google.se')
```

## Notes
The full Loopia API hasn't been implemented. I've just implemented the things I need for now. If you need more functionality, either implement it yourself and send a pull request or open an issue and I'll see if I have the time to implement what you need.

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
loopiator-0.4.2 README.md
loopiator-0.4.1 README.md
loopiator-0.4.0 README.md
loopiator-0.3.8 README.md
loopiator-0.3.7 README.md
loopiator-0.3.6 README.md
loopiator-0.3.5 README.md
loopiator-0.3.4 README.md
loopiator-0.3.3 README.md
loopiator-0.3.2 README.md
loopiator-0.3.1 README.md
loopiator-0.3.0 README.md