statgen / bravo_api

Server side data processing and retrieval endpoints for BRAVO
MIT License
1 stars 2 forks source link

Remove legacy api. Supplant with pretty api #21

Open grosscol opened 1 year ago

grosscol commented 1 year ago

Issue or current state

Both api and pretty_api exist as blueprints. The api blueprint is the legacy module and is currently dead code. The pretty_api blueprint doesn't do anything blueprints need to do, and can simply be move to the core module.

Resolved when

The api blueprint is removed. The pretty_api blueprint is move to the core module.