DEV Community

Discussion on: How to consume RESTful APIs with Django - the easiest way

Collapse
 
alifarhad profile image
Farhad Ali

hi, thanks for this nice tuts.

I'm trying to create a REST API using Django REST API framework, but unlike a regular project, in this case project I'm required to take data from another api and then create api based on the data fetched from the first api. I'm confused how would I get this setup running? can you guide please?

Collapse
 
jairajsahgal profile image
jairajsahgal

I think you should convert the data using util.py and then transfer it using function or class