Skip to content

Commit 1002014

Browse files
authored
Add apis.yaml for API indexing
1 parent 7604880 commit 1002014

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

apis.yaml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Sample Todo API repository for Kiota index
2+
description: This is a Todo API described using a TypeSpec(fka CADL) description
3+
tags:
4+
- application programming interface
5+
- API
6+
- Todo
7+
- Kiota
8+
- OpenApi
9+
created: '2023-03-08'
10+
specificationVersion: '0.15'
11+
apis:
12+
-
13+
name: Sample Todo API
14+
description: API for accessing a sample Todo server
15+
properties:
16+
-
17+
type: X-openapi
18+
url: 'https://raw.githubusercontent.com/APIPatterns/todo-python-mongo/main/openapi.yaml'
19+
20+
maintainers:
21+
-
22+
FN: Darrel
23+
X-mastodon: "@[email protected]"
24+

0 commit comments

Comments
 (0)