JustZack / audit-congress

A website collecting & displaying information about the activities of congress.
0 stars 0 forks source link

Refactor api interface #78

Closed JustZack closed 6 months ago

JustZack commented 6 months ago
  1. Fully implement new API version, some routes were missing
  2. Combine some API route classes to simplify
  3. move api root to top level folder
  4. Finally delete old & useless API code

closes #77 closes #69 closes #67 closes #66 (because all routes use new API, which uses pagination always) Adds to #29 - Mainly because the billparse.py became too long (for code climate) after api change.