You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanstyle="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.]
5
5
6
6
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.
7
7
@@ -14,12 +14,11 @@ Project Objectives
14
14
- Enable developers to create Readers that translate different data formats into Open API documents.
15
15
16
16
# 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.
18
18
19
19
The base JSON and YAML Readers are built into this project. Below are a few other custom Readers developed externally.
0 commit comments