Skip to content

Fetcher: Improve api return types.

Stanisław Wiśniewski requested to merge various-fixes into master

This changes following:

  • decorator @ztm_api_unwrapper has been renamed to @ztm_api_unwrap_to_list_of_dicts,
  • stop sets by name and lines for stop return single list, since we know what we asked for,
  • other apis using decorator return list of dicts with asked entries, instead of dict like "key": list of results, and same results share indices across those lists, making it awkward

Merge request reports