Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Improve vt element regarding dates #72

Merged
merged 7 commits into from
Nov 13, 2018
Merged

Commits on Nov 12, 2018

  1. Change method signature.

    Set default value of name to None.
    jjnicola committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    88748a3 View commit details
    Browse the repository at this point in the history
  2. Add to new parameters to add_vt.

    creation_time and modification time are now explicit vt's members
    in vts dictionary.
    jjnicola committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    ca1fee4 View commit details
    Browse the repository at this point in the history
  3. Add empty static methods to be overriding by the wrapper class.

    Add get_creation_time_vt_as_xml_str()
    Add get_modification_time_vt_as_xml_str().
    jjnicola committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    c407ff4 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. Get creation and modification times from vts dict and add them to xml…

    … vt element.
    
    Fix typos and too long lines.
    jjnicola committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    c97aaa3 View commit details
    Browse the repository at this point in the history
  2. Fix examples for <get_vts/>.

    Change attribute id to vt_id.
    jjnicola committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    f332209 View commit details
    Browse the repository at this point in the history
  3. Improve documentation.

    Add creation and modification time elements for get_vts response.
    Also, add them in a example.
    jjnicola committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    cae4eee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1df45f View commit details
    Browse the repository at this point in the history