Is it possible to call internal API POST/PUT request? #9009
Unanswered
AsifArmanRahman
asked this question in
Question & Answer
Replies: 1 comment
-
The approach suggested is still considered a legitimate approach Another way that I've done it is: api_response = ExampleApiView().post(request) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm actually trying to execute an internal call of an API endpoint. I can see a issue was raised almost 11 years ago, and some approaches were suggested here #61.
But as the technique is years old, it doesn't work with the current version of the DRF. Is there any way to achieve it with the latest DRF version?
Beta Was this translation helpful? Give feedback.
All reactions