You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.
Create this file and add a USE_CASE for an http-client and add examples of how to make RESTful method calls:
GET
POST
PATCH
PUT
DELETE
Hints:
You can use code from examples of this from the sendgrid-python library, as this is the client that library uses :)
The sendgrid-python library has a USE_CASES.md file that will give you a good framework to writing this file (please copy format, but not content from that document)
The text was updated successfully, but these errors were encountered:
…ainer from which we can run tests through. Commented out related tests from sendgrid#60 so tests would pass. Updated the readme with some instructions.
onefastsnail
added a commit
to onefastsnail/nodejs-http-client
that referenced
this issue
Oct 29, 2017
…ainer from which we can run tests through. Commented out related tests from sendgrid#60 so tests would pass until such files are created. Updated the readme with some instructions.
Issue Summary
Create this file and add a USE_CASE for an http-client and add examples of how to make RESTful method calls:
Hints:
The text was updated successfully, but these errors were encountered: