How should I send requests to another API using DRF?
Should I use requests built-in python library or there is a special instruments to send requests to another API in APIView class?
Should I use requests built-in python library or there is a special instruments to send requests to another API in APIView class?