/source.json: include raw api responses in output (#3940).

This commit is contained in:
evazion
2018-11-30 00:19:00 -06:00
parent e8c3d92696
commit 811bad5a86
3 changed files with 15 additions and 7 deletions

View File

@@ -286,6 +286,13 @@ module Sources
end
memoize :api_download
def api_response
{
deviation: api_deviation,
metadata: api_metadata,
download: api_download,
}
end
end
end
end