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
[ Disclaimer: This repository is in a preview state. Expect to see some iterating as we work towards the final release candidate slated for early 2018. Feedback is welcome! ]
4
5
5
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.
6
7
@@ -13,12 +14,11 @@ Project Objectives
13
14
- Enable developers to create Readers that translate different data formats into Open API documents.
14
15
15
16
# Readers
16
-
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.
17
18
18
-
The base JSON and YAML Readers are built into this project. Below are a few other custom Readers developed externally.
19
+
The base JSON and YAML Readers are built into this project. Below is the list of supported "reader" projects.
0 commit comments