This PR provides access to the full list of matter indexes (a.k.a. topics) via the /matterindexes endpoint by refactoring the topics method on the bill API scraper to return all topics if a matter ID is not provided. This approach will not change the existing API for the topics method, but provides additional functionality if the matter ID is omitted.
This PR provides access to the full list of matter indexes (a.k.a. topics) via the
/matterindexes
endpoint by refactoring thetopics
method on the bill API scraper to return all topics if a matter ID is not provided. This approach will not change the existing API for thetopics
method, but provides additional functionality if the matter ID is omitted.