cfpb / regtech-cleanup-api

Repo holding the cleanup-api for deleting institutions and filing data after test runs
0 stars 0 forks source link

Ran linting, updated to have a single /cleanup endpoint #39

Closed jcadam14 closed 1 month ago

jcadam14 commented 1 month ago

Closes #35

Added the following paths:

/v1/cleanup/{lei} <- All institutions and filings for a LEI
/v1/cleanup/institution/{lei} <- Institutions for a LEI
/v1/cleanup/filing/{lei}/{period_code} <- Filings for a LEI for a given period
/v1/cleanup/submissions/{lei}/{period_code} <- Submissions for a LEI for a given period

Ran linting, so some of the changes are black/ruff adjustments