Skip to content

Commit 217fa59

Browse files
committed
Adding
1 parent 2dff9d3 commit 217fa59

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![Category overview screenshot](docs/images/oainet.png "Microsoft + OpenAPI = Love")
22

33
# OpenAPI.NET [Preview]
4-
<span style="color:blue">[ Disclaimer: This repository is in a Preview state. Expect to see some iterating as we working towards the final release candidate slated for early 2018.]</span>
4+
[ Disclaimer: This repository is in a preview state. Expect to see some iterating as we working towards the final release candidate slated for early 2018.]
55

66
The **OpenAPI.NET** SDK contains a useful object model for OpenAPI documents in .NET along with common serializers to extract raw OAI JSON and YAML documents from the model.
77

@@ -14,12 +14,11 @@ Project Objectives
1414
- Enable developers to create Readers that translate different data formats into Open API documents.
1515

1616
# Readers
17-
The OpenAPI.NET project holds the base object model for representing OAI documents as .NET objects. Translation for different data types into this object model is handled by individual "Readers".
17+
The OpenAPI.NET project holds the base object model for representing OAI documents as .NET objects. Translation for different data types into this object model is handled by reading raw JSON/YAML or from individual "Readers", a number of which are in the works.
1818

1919
The base JSON and YAML Readers are built into this project. Below are a few other custom Readers developed externally.
2020

21-
- EDM/OData Reader Repo: <a href="https://github.com/Microsoft/OpenAPI.NET.OData">Link</a>
22-
- .NET Comment Reader Repo: <a href="https://github.com/Microsoft/OpenAPI.NET.CSharpComment">Link</a>
21+
- .NET Comment Reader Repo: [Coming Soon]
2322

2423
# Build Status
2524

0 commit comments

Comments
 (0)