Skip to content

Commit

Permalink
Merge pull request #69 from aetrion/development-warning
Browse files Browse the repository at this point in the history
Add development warning for unstable code
  • Loading branch information
weppos committed Jan 7, 2016
2 parents 692decc + 421d451 commit e410edb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -9,12 +9,22 @@ A Ruby client for the [DNSimple API v2](https://developer.dnsimple.com/v2/).
We provide a full API and an easy-to-use web interface so you can get your domain registered and set up with a minimal amount of effort.


## Development Warning

This branch targets the development of the API client for the [DNSimple API v2](https://developer.dnsimple.com/v2/). If you are looking for the stable version of the client for [DNSimple API v1](https://developer.dnsimple.com/v1/) then use the [`master-v1`](https://github.com/aetrion/dnsimple-ruby/tree/master-v1) branch.

This version is currently under development, therefore the methods and the implementation should he considered a work-in-progress. Changes in the method naming, method signatures, public or internal APIs may happen at any time.

The code is tested with an automated test suite connected to a continuous integration tool, therefore you should not expect destructive bugs to be merged into master. Regardless, use this library at your own risk.


## Installation

```
$ gem install dnsimple
```


## Getting Started

This library is a Ruby client you can use to interact with the [DNSimple API v2](https://developer.dnsimple.com/v2/). Here are some examples.
Expand Down

0 comments on commit e410edb

Please sign in to comment.