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

Create `bills/titles/[billnumber]` path to return title information for a bill #5

Closed aih closed 2 years ago

aih commented 2 years ago

The bills/[billnumber] currently returns title information, so in keeping with thebills/related pattern, we can have bills/titles/[billnumber] retrieve the titles.

aih commented 2 years ago

Closed in v0.1.2