Skip to content

Revert "Create user request"#32

Open
PromasterGuru wants to merge 1 commit intogh-apifrom
revert-31-157933363-create-request
Open

Revert "Create user request"#32
PromasterGuru wants to merge 1 commit intogh-apifrom
revert-31-157933363-create-request

Conversation

@PromasterGuru
Copy link
Owner

Reverts #31

@PromasterGuru
Copy link
Owner Author

What PR does
Creates a function that allows user to post a request

`+from flask_restplus import TestCase
+from flask_restplus.namespace import Namespace
+
+client = Namespace('users')
+
+
+class UsersCreateRequests(TestCase):

  • def getRequest(self):
  •    pass
    
  • def postRequest(self):
  •    pass`
    

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments