README.md in currency_cloud-0.7.2 vs README.md in currency_cloud-0.8.0
- old
+ new
@@ -1,11 +1,11 @@
[![Gem Version](https://badge.fury.io/rb/currency_cloud.svg)](http://badge.fury.io/rb/currency_cloud) [![Build Status](https://travis-ci.org/CurrencyCloud/currencycloud-ruby.png?branch=master)](https://travis-ci.org/CurrencyCloud/currencycloud-ruby)
-# Currency Cloud
+# Currencycloud
-This is the official Ruby SDK for v2 of Currency Cloud's API. Additional documentation
-for each API endpoint can be found at [connect.currencycloud.com][connect]. If you have any queries or you require support, please contact our implementation team at implementation@currencycloud.com.
+This is the official Ruby SDK for v2 of Currencycloud's API. Additional documentation
+for each API endpoint can be found at [developer.currencycloud.com][developer]. If you have any queries or you require support, please contact our sales team at sales@currencycloud.com.
## Installation
You don't need this source code unless you want to modify the gem. If
you just want to use the library in your application, you should run:
@@ -91,11 +91,11 @@
request:
parameters:
login_id: non-existent-login-id
api_key: ef0fd50fca1fb14c1fab3a8436b9ecb57528f0
verb: post
- url: https://devapi.thecurrencycloud.com/v2/authenticate/api
+ url: https://devapi.currencycloud.com/v2/authenticate/api
response:
status_code: 400
date: Wed, 29 Apr 2015 22:46:53 GMT
request_id: 2775253392756800903
errors:
@@ -119,11 +119,11 @@
- Field: The parameter that the error is linked to
- Code: A code representing this error
- Message: A human readable message that explains the error
- Params: A hash that contains dynamic parts of the error message for building custom error messages
-When troubleshooting API calls with Currency Cloud support, including the full
+When troubleshooting API calls with Currencycloud support, including the full
error in any correspondence can be very helpful.
# Development
Test cases can be run with: `bundle exec rspec`. There is also a `Guardfile` that
@@ -139,12 +139,12 @@
express a dependency on a major version and expect all minor and patch versions
to be backwards compatible.
# Copyright
-Copyright (c) 2015 Currency Cloud. See [LICENSE][license] for details.
+Copyright (c) 2016 Currencycloud. See [LICENSE][license] for details.
-[connect]: https://connect.currencycloud.com/documentation/getting-started/introduction
+[developer]: https://developer.currencycloud.com/documentation/getting-started/introduction/
[travis]: https://travis-ci.org/CurrencyCloud/currencycloud-ruby
[jruby]: http://jruby.org/
[rubinius]: http://rubini.us/
[httparty]: https://github.com/jnunemaker/httparty
[json]: https://github.com/intridea/multi_json