Team-uMigrate / umigrate

Source code for the uMigrate project
13 stars 2 forks source link

API: Remove deprecated generic_* files #462

Open deandrebaker opened 3 years ago

deandrebaker commented 3 years ago

The generic_post_api_views and generic_post_tests need to be removed from the project. Currently, the users and jobs endpoints rely on these. We need to refactor the users endpoint to work without and then delete the 2 files.

We can try using other classes such as the abstractAddRemoveUser for the connect / block endpoints if possible.