Skip to content

Joker.com domain registration API still in testing stage

License

Notifications You must be signed in to change notification settings

frankf-cgn/joker-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JokerAPI

Client to register domains with swiss based joker.com (EIS AG)

Changes of this fork

Streamlined the API to return the proc_id for the _create requests.

Installation

Add this line to your application's Gemfile:

gem 'joker-api'

And then execute:

$ bundle

Or install it yourself as:

$ gem install joker-api

Usage

require 'joker-api'

Contact list example

client = JokerAPI::Client.new('example_username', 'example_password' client.login client.query_contact_list('de',{:extended => true})

TODO: Write more usage instructions here

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

Joker.com domain registration API still in testing stage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%