Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created a UseCases directory with a blank README to start. #68

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ If you are looking for the SendGrid API client library, please see [this repo](h
* [Installation](#installation)
* [Quick Start](#quick-start)
* [Library Usage Documentation](USAGE.md)
* [Use Cases](#use-cases)
* [Roadmap](#roadmap)
* [How to Contribute](#contribute)
* [Thanks](#thanks)
Expand Down Expand Up @@ -85,6 +86,12 @@ Console.WriteLine(response.StatusCode);
Console.WriteLine(response.Body.ReadAsStringAsync().Result);
Console.WriteLine(response.Headers.ToString());
```

<a name="use-cases"></a>
# Use Cases

You can find a selection of use cases for this library in our [Use Cases](/UseCases/README.md) directory.

<a name="roadmap"></a>
# Roadmap

Expand Down
3 changes: 3 additions & 0 deletions UseCases/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Use Cases

This directory provides examples for specific use cases of this library. Please [open an issue](https://github.com/sendgrid/csharp-http-client/issues) or make a pull request for any use cases you would like us to document here. Thank you!