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 collaboratorManaging client applications
As an API client
In order to do things with the API
I want to be able to manage client applications
- Background
-
- Given
- an account "Andre" with email "[email protected]"
- And
- "Andre" is logged in
- Scenarios
-
- Adding a client application
-
- When
- I follow "API"
- And
- I follow "register your application"
- And
-
I fill in the following:
Name Ons Medewerkersportaal Main URL http://www.mijnio.nl Callback URL http://www.mijnio.nl Support URL http://www.mijnio.nl - And
- I press "Save"
- Then
- I should see "The new application has been added"
- Editing a client application
-
- When
- I follow "API"
- And
- I follow "register your application"
- And
-
I fill in the following:
Name Ons Medewerkersportaal Main URL http://www.mijnio.nl Callback URL http://www.mijnio.nl Support URL http://www.mijnio.nl - And
- I press "Save"
- When
- I follow "Account"
- And
- I follow "Authorized API Clients"
- And
- I follow "Edit application details"
- And
- I fill in "client_application_name" with "iO Me"
- And
- I press "Save"
- Then
- I should see "iO Me"
- Removing a client application
-
- When
- I follow "API"
- And
- I follow "register your application"
- And
-
I fill in the following:
Name Ons Medewerkersportaal Main URL http://www.mijnio.nl Callback URL http://www.mijnio.nl Support URL http://www.mijnio.nl - And
- I press "Save"
- When
- I follow "Account"
- And
- I follow "Authorized API Clients"
- And
- I follow "Remove application"
- Then
- I should not see "Authorized API Clients"
Last published over 7 years ago by Dreetje.