In your projects, how do you integrate multiple APIs with different authentication methods?
I use a Slack workspace built with Django and DRF where I put all my functions and classes to call and manage different types of APIs, and then I just have to go through this Slack workspace to call my different APIs. What about you?