Django rest api

Hi there,
Django newcomer here ! Two projects atm :slight_smile:, you might found it too simple but i found Django amazing, so much things to learn !

I will need in the next project to consume an external rest api and serve it inside my company.
As i would like to mask id’s, certificates and so on, in some sort, i would to create a pass through api.

I’m sure this can be done in many ways and languages, but is it possible in Python/Django in a elegant and lazy one?
Any insights will be helpful.

Regards,
Pierre

I don’t know of a prebuilt way to “pass through” an API as you describe, but I’m not super clear on what exactly you want to do. Do you have a link to an example of the kind of thing you want to build?