Way to 'post' request programmatically
Opened this issue · 0 comments
swaapnika-guntaka commented
I'm looking for a way to post a new version of schema on HDF registry using the swagger api. I'm using the python-requests module to do it programmatically. But I'm facing issues with the POST.
Got exception: [NotAllowedException] / message [HTTP 405 Method Not Allowed]
Is there a way I can use pyswagger to post a new version on schema?
I posted a stack-overflow question.