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
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,14 @@ It follows [Myriad](https://github.com/MoiraeSoftware/myriad) approach and defin
12
12
13
13
It's still in VERY early stage of development, so only VERY basic features are being supported.
14
14
15
+
## Future feature list (basically TODO list):
16
+
17
+
- Creating models from OpenAPI schemas
18
+
- Creating endpoints with path/query/body bindings
19
+
- Add XML comments on top of endpoint from OpenAPI descriptions
20
+
- Support authentication (best efforts)
21
+
- Support JSON/XML (de-)serialization
22
+
15
23
## How to use
16
24
17
25
- Add nugets:
@@ -39,6 +47,7 @@ It's still in VERY early stage of development, so only VERY basic features are b
39
47
1. Run it!
40
48
41
49
At this stage there is no NuGet package publishing and packages are being published locally
50
+
42
51
To consume them in `Example` project there is local `NuGet.Config` with local repo added
43
52
44
53
After first full `build&pack` you could delete `Generated.fs` file from `Example` project and build it again to see that it actually generates it on build
0 commit comments