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

Implemented Interface entity with all its fields and basic operations #373

Merged
merged 1 commit into from
Feb 21, 2017

Commits on Feb 13, 2017

  1. Implemented Interface entity with all its fields and basic operations

    * Implemented Interface entity (as before it was basically a stub with
    no available operations and even wrong path)
    * Added all possible fields variations
    * Implemented unit tests
    
    Key features:
    * Interface requires a host id in its path, so some additional logic
    was required for initialization, `read()` and `search()`
    * Set of available Interface fields depends on Interface's ``type``
    (some fields are only returned for specific type), extra logic was
    requred here too
    Andrii Balakhtar committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    172fb56 View commit details
    Browse the repository at this point in the history