sendgrid/nodejs-http-client

Create a USE_CASES.md file

mbernier opened this issue · 1 comments

Issue Summary

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)

Created the file please review #64