Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#3 Add read objects for inventory domain #6

Merged
merged 8 commits into from
Apr 16, 2018
Merged

#3 Add read objects for inventory domain #6

merged 8 commits into from
Apr 16, 2018

Conversation

ronan-gloo
Copy link
Contributor

This a test / expected implementation about how to access to API "domains".

Inventory is implemented as an example here :

  • One Domain class, as an entry point, where all domain possibilities are accessibles
  • One Resource class, which represent an particular inventory hal entity
  • One or more operations classes (here: InventoryUpdate), in order to modify the domain state

Documentation can be found at docs/inventory.md. Exposed methods does not aims to be exhaustives, but try to find a consistent and self documented way to expose our Api.

@ronan-gloo ronan-gloo added enhancement New feature or request docs labels Apr 13, 2018
@ronan-gloo ronan-gloo self-assigned this Apr 13, 2018
@ronan-gloo ronan-gloo requested a review from ddattee April 13, 2018 14:34
@ddattee ddattee merged commit 7233d34 into develop Apr 16, 2018
@ddattee ddattee deleted the issue-3 branch May 4, 2018 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants