Skip to content

Commit 4f15329

Browse files
authored
add aiopenapi3 (#737)
1 parent 88bfe82 commit 4f15329

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

src/content/tools/aiopenapi3.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: aiopenapi3
3+
description: aiopenapi3 is a client library to interface RESTful services using OpenAPI/Swagger description documents, built upon pydantic for data validation/coercion and httpx for transport.
4+
categories:
5+
- fetch-clients
6+
- schema-validators
7+
- parsers
8+
link: https://aiopenapi3.readthedocs.io/en/latest/
9+
languages:
10+
python: true
11+
repo: https://github.com/commonism/aiopenapi3
12+
oasVersions:
13+
v2: true
14+
v3: true
15+
v3_1: true
16+
v3_2: true
17+
badges:
18+
- oas-v32-early
19+
- full-spectrum-support
20+
---

0 commit comments

Comments
 (0)