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 titles list as an array instead of `;` separated string #7

Closed aih closed 2 years ago

aih commented 2 years ago

In bills/[billnumber], titles are now returned as a semi-colon-separated string. Instead, return two arrays, titles.main and titles.other.

aih commented 2 years ago

Closed with v0.1.2

aih commented 2 years ago

Related to #5