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

Commit

Permalink
Version Bump v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Mar 2, 2016
1 parent cbb7e30 commit 67c9bae
Show file tree
Hide file tree
Showing 7 changed files with 24,022 additions and 42,690 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 SendGrid
Copyright (c) 2016 SendGrid

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
15 changes: 11 additions & 4 deletions README.md
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:dx@sendgrid.com) 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:dx@sendgrid.com).

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

0 comments on commit 67c9bae

Please sign in to comment.