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

Return the titile_id when searching titles #13

Closed locjay closed 2 years ago

locjay commented 2 years ago

The GET /titles/{title_id} route requires a titile_id but there's no way to get a title_id via the api. It would be helpful if the title id were returned via the GET /titles route.