Skip to content

Implements the RRPproxy.net API for registering domains in Elixir

License

Notifications You must be signed in to change notification settings

fbettag/rrpproxy.ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RRPproxy

This package implements the RRPproxy.net API for registering domains with Elixir.

If you need more of their API, just launch a Pull Request.

Installation

This package can be installed by adding rrpproxy to your list of dependencies in mix.exs:

def deps do
  [
    {:rrpproxy, "~> 0.1.7"}
  ]
end

Configuration

Put the following lines into your config.exs or better, into your environment configuration files like test.exs, dev.exs or prod.exs.

config :rrpproxy,
  username: "<your login>",
  password: "<your password>",
  ote: true

Documentation

Documentation can be found at https://hexdocs.pm/rrpproxy.

About

Implements the RRPproxy.net API for registering domains in Elixir

Topics

Resources

License

Stars

Watchers

Forks

Languages