Skip to content
  • Marcin Siodelski's avatar
    [#137] Renamed funcs returning services · ad2e52f4
    Marcin Siodelski authored
    The functions returning the services typically include all detailed
    information, e.g. HA specific info. However, there will be use cases when
    someone may want to simply fetch the basic service information without
    any specifics. Therefore, the function names such as GetService should
    be reserved for such cases. Those that return detailed information would
    follow GetDetailedServices naming convention.
    
    This change was applied as a result of the review comment.
    ad2e52f4