Skip to content

Commit

Permalink
Update tools.yml with more recent connexion information (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddurham2 authored May 30, 2024
1 parent ad7c2d7 commit 1ca017b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions _data/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,12 @@
v3: true

- name: Connexion
category: mock
category: server
language: Python
link: https://connexion.readthedocs.io/en/latest/
github: https://github.com/zalando/connexion
github: https://github.com/spec-first/connexion
description:
OpenAPI First framework for Python on top of Flask with automatic endpoint
validation & OAuth2 support
Connexion is a modern Python web framework that makes spec-first and api-first development easy. No code is generated. With Connexion, you write your server-side API handlers according to a naming convention, and the Connexion engine, given a spec, invokes your code after any input has been validated.
v2: true
v3: true

Expand Down

0 comments on commit 1ca017b

Please sign in to comment.