dreamproit / billtitles-py

Service to get bills, titles and bills related by title (using FastAPI); see also billtitles in Go
MIT License
1 stars 1 forks source link

API clean-up in `develop` branch #29

Open aih opened 2 years ago

aih commented 2 years ago

The current develop branch API combines Bill similarity and Titles, as we wanted. However, there is redundancy and we want to clean it up.

The current API:

image image
aih commented 2 years ago

Here, there are two duplicates:

  1. The 'titles' routes inside the Bills section. These can be removed entirely.

    Screen Shot 2022-04-30 at 9 42 48 AM
  2. The list of titles API with names at the bottom. For these, we do want these names (e.g. 'bill-titles-by-bill'), but we want them inside the Titles section

    image