Skip to content

Commit 2488309

Browse files
author
Ayrat Hudaygulov
committed
readme fix
1 parent 247f8ee commit 2488309

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ It follows [Myriad](https://github.com/MoiraeSoftware/myriad) approach and defin
1212

1313
It's still in VERY early stage of development, so only VERY basic features are being supported.
1414

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+
1523
## How to use
1624

1725
- Add nugets:
@@ -39,6 +47,7 @@ It's still in VERY early stage of development, so only VERY basic features are b
3947
1. Run it!
4048

4149
At this stage there is no NuGet package publishing and packages are being published locally
50+
4251
To consume them in `Example` project there is local `NuGet.Config` with local repo added
4352

4453
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

Comments
 (0)