You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
kristofsajdak
changed the title
Harvest should represent and accept ids in the form of a UUID rather than an Objectid
represent and accept ids in the form of a UUID rather than an Objectid
Jan 26, 2015
I took it for a spin just now with the agco-harvest-recipes and did some manual tests, all seems to be working fine. Code looks clean as well, great work !
Can you add some tests to the codebase as well ? e.g. :
uuid ids
should respond with a 201 and an id populated with a UUID value
when an HTTP POST is invoked with a valid payload without an id
should respond with a 201 and the id set to the value of the request id
when an HTTP POST is invoked with a valid payload and a client generated id set to a UUID value
No description provided.
The text was updated successfully, but these errors were encountered: