mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-09 12:27:46 +00:00
Add Fern sponsor (#1779)
This commit is contained in:
33
README.md
33
README.md
@@ -48,6 +48,18 @@ Connexion also **helps you write your OpenAPI specification** and develop agains
|
|||||||
|
|
||||||
<p align="right">(<a href="#top">back to top</a>)</p>
|
<p align="right">(<a href="#top">back to top</a>)</p>
|
||||||
|
|
||||||
|
|
||||||
|
## 🫶 Sponsors
|
||||||
|
|
||||||
|
<a href="https://www.ml6.eu"><img src="https://raw.githubusercontent.com/spec-first/connexion/main/docs/images/sponsors/ML6.png" title=ML6 height="100"></a>
|
||||||
|
<a href="https://www.devmark.ai/fern/?utm_source=connexion&utm_loc=readme&utm_type=logo"><img src="https://raw.githubusercontent.com/spec-first/connexion/main/docs/images/sponsors/Fern.png" title=Fern height="100"></a>
|
||||||
|
|
||||||
|
Sponsors help us dedicate time to maintain Connexion. Want to help?
|
||||||
|
|
||||||
|
<a href="https://github.com/sponsors/spec-first"><strong>Explore the options »</strong></a>
|
||||||
|
|
||||||
|
<p align="right">(<a href="#top">back to top</a>)</p>
|
||||||
|
|
||||||
## 🪤 Why Connexion
|
## 🪤 Why Connexion
|
||||||
|
|
||||||
With Connexion, you write the spec first. Connexion then calls your Python
|
With Connexion, you write the spec first. Connexion then calls your Python
|
||||||
@@ -206,21 +218,6 @@ See the [examples][examples] folder for more examples.
|
|||||||
|
|
||||||
<p align="right">(<a href="#top">back to top</a>)</p>
|
<p align="right">(<a href="#top">back to top</a>)</p>
|
||||||
|
|
||||||
## 🙏 Thanks
|
|
||||||
|
|
||||||
We'd like to thank all of Connexion's contributors for working on this
|
|
||||||
project, Swagger/OpenAPI for their support, and Zalando for originally developing and releasing Connexion.
|
|
||||||
|
|
||||||
### Sponsors
|
|
||||||
|
|
||||||
[][ML6]
|
|
||||||
|
|
||||||
Sponsors help us dedicate time to maintain Connexion. Want to help?
|
|
||||||
|
|
||||||
<a href="https://github.com/sponsors/spec-first"><strong>Explore the options »</strong></a>
|
|
||||||
|
|
||||||
<p align="right">(<a href="#top">back to top</a>)</p>
|
|
||||||
|
|
||||||
## 📜 Changes
|
## 📜 Changes
|
||||||
|
|
||||||
A full changelog is maintained on the [GitHub releases page][Releases].
|
A full changelog is maintained on the [GitHub releases page][Releases].
|
||||||
@@ -252,6 +249,11 @@ additional copyright information, terms or conditions.
|
|||||||
|
|
||||||
<p align="right">(<a href="#top">back to top</a>)</p>
|
<p align="right">(<a href="#top">back to top</a>)</p>
|
||||||
|
|
||||||
|
## 🙏 Thanks
|
||||||
|
|
||||||
|
We'd like to thank all of Connexion's contributors for working on this
|
||||||
|
project, Swagger/OpenAPI for their support, and Zalando for originally developing and releasing Connexion.
|
||||||
|
|
||||||
## 📚 Recommended Resources
|
## 📚 Recommended Resources
|
||||||
|
|
||||||
About the advantages of working spec-first:
|
About the advantages of working spec-first:
|
||||||
@@ -277,6 +279,5 @@ Tools to help you work spec-first:
|
|||||||
[VS Code plugin]: https://marketplace.visualstudio.com/items?itemName=42Crunch.vscode-openapi
|
[VS Code plugin]: https://marketplace.visualstudio.com/items?itemName=42Crunch.vscode-openapi
|
||||||
[Pycharm plugin]: https://plugins.jetbrains.com/plugin/14837-openapi-swagger-editor
|
[Pycharm plugin]: https://plugins.jetbrains.com/plugin/14837-openapi-swagger-editor
|
||||||
[examples]: https://github.com/spec-first/connexion/blob/main/examples
|
[examples]: https://github.com/spec-first/connexion/blob/main/examples
|
||||||
[ML6]: https://www.ml6.eu
|
|
||||||
[Releases]: https://github.com/spec-first/connexion/releases
|
[Releases]: https://github.com/spec-first/connexion/releases
|
||||||
[Architecture]: https://github.com/spec-first/connexion/blob/main/docs/images/architecture.png
|
[Architecture]: https://github.com/spec-first/connexion/blob/main/docs/images/architecture.png
|
||||||
BIN
docs/images/sponsors/Fern.png
Normal file
BIN
docs/images/sponsors/Fern.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.1 KiB |
@@ -36,6 +36,26 @@ command line interface which lets you test and mock your specification.
|
|||||||
|
|
||||||
connexion run openapi.yaml
|
connexion run openapi.yaml
|
||||||
|
|
||||||
|
Sponsors
|
||||||
|
--------
|
||||||
|
|
||||||
|
.. image:: https://raw.githubusercontent.com/spec-first/connexion/main/docs/images/sponsors/ML6.png
|
||||||
|
:alt: ML6
|
||||||
|
:height: 100px
|
||||||
|
:target: https://www.ml6.eu
|
||||||
|
|
||||||
|
.. image:: https://raw.githubusercontent.com/spec-first/connexion/main/docs/images/sponsors/Fern.png
|
||||||
|
:alt: Fern
|
||||||
|
:height: 100px
|
||||||
|
:target: www.devmark.ai/fern/?utm_source=connexion&utm_loc=website&utm_type=logo
|
||||||
|
|
||||||
|
Sponsors help us dedicate time to maintain Connexion. Want to help?
|
||||||
|
|
||||||
|
.. raw:: html
|
||||||
|
|
||||||
|
<a href="https://github.com/sponsors/spec-first"><strong>Explore the options »</strong></a>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
||||||
Why Connexion?
|
Why Connexion?
|
||||||
--------------
|
--------------
|
||||||
|
|||||||
Reference in New Issue
Block a user