Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Version Bump 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed May 24, 2016
1 parent 59f0cd3 commit 90c5e55
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19,550 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## [1.0.2] - 2016-05-23
### Changed
- Swagger -> Open API Specification

## [1.0.1] - 2016-05-23
### Added
- /mail/send/beta endpoint
Expand Down
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Hello! Thank you for choosing to help contribute to one of the SendGrid open sou
- [Creating a Pull Request](#creating_a_pull_request)

<a name="roadmap"></a>
We use [Milestones](https://github.com/sendgrid/sendgrid-swagger/milestones) to help define current roadmaps, please feel free to grab an issue from the current milestone. Please indicate that you have begun work on it to avoid collisions. Once a PR is made, community review, comments, suggestions and additional PRs are welcomed and encouraged.
We use [Milestones](https://github.com/sendgrid/sendgrid-oai/milestones) to help define current roadmaps, please feel free to grab an issue from the current milestone. Please indicate that you have begun work on it to avoid collisions. Once a PR is made, community review, comments, suggestions and additional PRs are welcomed and encouraged.

<a name="cla"></a>
## CLAs and CCLAs
Expand Down Expand Up @@ -51,7 +51,7 @@ Before you decide to create a new issue, please try the following:

### Please use our Bug Report Template

In order to make the process easier, we've included a [sample bug report template](https://github.com/sendgrid/sendgrid-swagger/.github/ISSUE_TEMPLATE) (borrowed from [Ghost](https://github.com/TryGhost/Ghost/)). The template uses [GitHub flavored markdown](https://help.github.com/articles/github-flavored-markdown/) for formatting.
In order to make the process easier, we've included a [sample bug report template](https://github.com/sendgrid/sendgrid-oai/.github/ISSUE_TEMPLATE) (borrowed from [Ghost](https://github.com/TryGhost/Ghost/)). The template uses [GitHub flavored markdown](https://help.github.com/articles/github-flavored-markdown/) for formatting.

## Creating a Pull Request<a name="creating_a_pull_request"></a>

Expand All @@ -60,11 +60,11 @@ In order to make the process easier, we've included a [sample bug report templat

```bash
# Clone your fork of the repo into the current directory
git clone https://github.com/sendgrid/sendgrid-swagger
git clone https://github.com/sendgrid/sendgrid-oai
# Navigate to the newly cloned directory
cd sendgrid-python
# Assign the original repo to a remote called "upstream"
git remote add upstream https://github.com/sendgrid/sendgrid-swagger
git remote add upstream https://github.com/sendgrid/sendgrid-oai
```

2. If you cloned a while ago, get the latest changes from upstream:
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
**This is a Swagger 2.0 and RAML 0.8 representation of the [SendGrid v3 Web API](https://sendgrid.com/docs/API_Reference/Web_API_v3/index.html).**
**This is a OpenAPI 2.0 representation of the [SendGrid v3 Web API](https://sendgrid.com/docs/API_Reference/Web_API_v3/index.html).**

If you have an interesting use case for these files or have a request, please [let us know via email](mailto:[email protected]) or [create an issue](https://github.com/sendgrid/sendgrid-swagger/issues).
If you have an interesting use case for these files or have a request, please [let us know via email](mailto:[email protected]) or [create an issue](https://github.com/sendgrid/sendgrid-oai/issues).

# Announcements

All updates to this project is documented in our [CHANGELOG](https://github.com/sendgrid/sendgrid-swagger/blob/master/CHANGELOG.md).
All updates to this project is documented in our [CHANGELOG](https://github.com/sendgrid/sendgrid-oai/blob/master/CHANGELOG.md).

## Roadmap

If you are interested in the future direction of this project, please take a look at our [milestones](https://github.com/sendgrid/sendgrid-swagger/milestones). We would love to hear your feedback.
If you are interested in the future direction of this project, please take a look at our [milestones](https://github.com/sendgrid/sendgrid-oai/milestones). We would love to hear your feedback.

## How to Contribute

We encourage contribution to our projects, please see our [CONTRIBUTING](https://github.com/sendgrid/sendgrid-swagger/blob/master/CONTRIBUTING.md) guide for details.
We encourage contribution to our projects, please see our [CONTRIBUTING](https://github.com/sendgrid/sendgrid-oai/blob/master/CONTRIBUTING.md) guide for details.

Quick links:

- [Feature Request](https://github.com/sendgrid/sendgrid-swagger/blob/master/CONTRIBUTING.md#feature_request)
- [Bug Reports](https://github.com/sendgrid/sendgrid-swagger/blob/master/CONTRIBUTING.md#submit_a_bug_report)
- [Sign the CLA to Create a Pull Request](https://github.com/sendgrid/sendgrid-swagger/blob/master/CONTRIBUTING.md#cla)
- [Feature Request](https://github.com/sendgrid/sendgrid-oai/blob/master/CONTRIBUTING.md#feature_request)
- [Bug Reports](https://github.com/sendgrid/sendgrid-oai/blob/master/CONTRIBUTING.md#submit_a_bug_report)
- [Sign the CLA to Create a Pull Request](https://github.com/sendgrid/sendgrid-oai/blob/master/CONTRIBUTING.md#cla)

# About

sendgrid-swagger is guided and supported by the SendGrid [Developer Experience Team](mailto:[email protected]).
sendgrid-oai is guided and supported by the SendGrid [Developer Experience Team](mailto:[email protected]).

sendgrid-swagger is maintained and funded by SendGrid, Inc. The names and logos for sendgrid-python are trademarks of SendGrid, Inc.
sendgrid-oai is maintained and funded by SendGrid, Inc. The names and logos for sendgrid-python are trademarks of SendGrid, Inc.

![SendGrid Logo]
(https://assets3.sendgrid.com/mkt/assets/logos_brands/small/sglogo_2015_blue-9c87423c2ff2ff393ebce1ab3bd018a4.png)
File renamed without changes.
2 changes: 1 addition & 1 deletion swagger.yaml → oai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ basePath: /v3
host: api.sendgrid.com
info:
version: '3.0'
title: DSendGrid V3 API
title: SendGrid V3 API
description: ''
consumes:
- application/json
Expand Down
Loading

0 comments on commit 90c5e55

Please sign in to comment.