Skip to content

Commit 1ca017b

Browse files
authored
Update tools.yml with more recent connexion information (#518)
1 parent ad7c2d7 commit 1ca017b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

_data/tools.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,12 @@
9999
v3: true
100100

101101
- name: Connexion
102-
category: mock
102+
category: server
103103
language: Python
104104
link: https://connexion.readthedocs.io/en/latest/
105-
github: https://github.com/zalando/connexion
105+
github: https://github.com/spec-first/connexion
106106
description:
107-
OpenAPI First framework for Python on top of Flask with automatic endpoint
108-
validation & OAuth2 support
107+
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.
109108
v2: true
110109
v3: true
111110

0 commit comments

Comments
 (0)