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

Added links to code base in CONTRIBUTION.md #618

Merged
Merged
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
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,23 +90,23 @@ Next, update your Environment with your [SENDGRID_APIKEY](https://app.sendgrid.c
<a name="understanding-the-codebase"></a>
## Understanding the Code Base

**/examples**
**[/examples](https://github.com/sendgrid/sendgrid-csharp/blob/master/examples)**

Examples that demonstrate usage.

**/ExampleCoreProject/Example.cs**
**[/ExampleCoreProject/Example.cs](https://github.com/sendgrid/sendgrid-csharp/blob/master/ExampleCoreProject/Example.cs)**

A working .NET Core example project for testing.

**/ExampleNet45Project/Example.cs**
**[/ExampleNet45Project/Example.cs](https://github.com/sendgrid/sendgrid-csharp/blob/master/ExampleNet45Project/Example.cs)**

A working .NET 4.5.2 example project for testing.

**src/SendGrid/SendGridClient.cs**
**[/src/SendGrid/SendGridClient.cs](https://github.com/sendgrid/sendgrid-csharp/blob/master/src/SendGrid/SendGridClient.cs)**

The main interface to the SendGrid API is the class `SendGridClient`.

**/tests/SendGrid.Tests/Integration.cs**
**[/tests/SendGrid.Tests/Integration.cs](https://github.com/sendgrid/sendgrid-csharp/blob/master/tests/SendGrid.Tests/Integration.cs)**

Integration tests

Expand Down