JustZack / audit-congress

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

Get rid of old API #77

Closed JustZack closed 6 months ago

JustZack commented 6 months ago
  1. Integrate remaining routes into the new \API\ package
  2. get rid of old API
  3. Possibly change where the root API lives (from /src/api/ to /api/)
  4. Use url rewrites to drop .php from urls - like audit-congress.com/api/route=bills
JustZack commented 6 months ago

For now, opting not to drop .php. Need to dedicate a PR to shifting entire codebase to this setup.