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 collaboratorAdd meta information
As a glass developer, I want add information related to the context of the binary data
- Scenarios
-
- Add meta information to existing binary data
- Try to register metadata with an invalid bucket Identifier
- Try to register metadata with a null bucketMetadata
- Add meta information to existing binary data
-
- Given
- a stored binary data in the data store that don't have related information
- When
- I request to store contextual information related to the binary data passed
- Then
- the meta information is stored in the backend
- And
- the binary data is related with this meta information
- Try to register metadata with an invalid bucket Identifier
-
- When
- I request to store a bucket metadata with an invalid bucket identifier
- Then
- I receive an error code that tells me that I made a bad request because the bucket doesn't exist
- Try to register metadata with a null bucketMetadata
-
- When
- I request to store a bucket metadata with null bucketMetadata
- Then
- I receive an error code that tells me that I made a bad request
Last published over 7 years ago by Raimundo AlegrÃa.