To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorClient
In order to remotely administer the Overriak service
as a registered user with an API key
I should be able to access the remote API via the client gem.
- Background
-
- Given
- I have a valid API key and an instance of the client
- Scenarios
-
- Retrieve a list of riak clusters
- Retrieve one riak cluster
- Retrieve one riak cluster's riak nodes
- Retrieve one riak node in a riak cluster
- Retrieve a list of riak clusters
-
- When
- I make a request to the API to retrieve my list of riak clusters
- Then
- I should have a list containing the "Localhost" riak cluster
- Retrieve one riak cluster
-
- When
- I make a request to the API to retrieve one riak cluster
- Then
- I should have the "Localhost" riak cluster
- Retrieve one riak cluster's riak nodes
-
- When
- I make a request to the API to retrieve one riak cluster
- Then
- I should have the "Localhost" riak cluster
- When
- I make a request to the API to retrive the riak clusters riak nodes
- Then
- I should have a list containing the "[email protected]:8098" riak node
- Retrieve one riak node in a riak cluster
-
- When
- I make a request to the API to retrieve one riak cluster
- Then
- I should have the "Localhost" riak cluster
- When
- I make a request to the API to retrive one riak node the riak cluster
- Then
- I should have the "[email protected]:8098" riak node
Last published over 5 years ago by cmeiklejohn.