This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cbb7e30
commit 67c9bae
Showing
7 changed files
with
24,022 additions
and
42,690 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
|
||
## [1.0.0] - 2016-03-01 ## | ||
|
||
### Added ### | ||
|
||
- Swagger.json, Swagger.yaml and RAML.yaml files open sourced |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
# Obtaining the Swagger File | ||
[![Travis Badge](https://travis-ci.org/sendgrid/python-http-client.svg?branch=master)](https://travis-ci.org/sendgrid/python-http-client) | ||
|
||
Inside your stoplight.io account, click the "Export API" dropdown menu and right click on "Swagger 2.json" and choose "Save as". | ||
**This is a Swagger 2.0 and RAML 0.8 representation of the [SendGrid v3 Web API](v3 Web API](https://sendgrid.com/docs/API_Reference/Web_API_v3/index.html).** | ||
|
||
To pretty print use: | ||
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). | ||
|
||
`python -m json.tool my_json.json` | ||
# About | ||
|
||
![SendGrid Logo] | ||
(https://assets3.sendgrid.com/mkt/assets/logos_brands/small/sglogo_2015_blue-9c87423c2ff2ff393ebce1ab3bd018a4.png) | ||
|
||
sendgrid-swagger 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. |
Oops, something went wrong.