Skip to content

Commit e36d4ea

Browse files
committed
Update readme.md
1 parent ae563b5 commit e36d4ea

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

readme.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ And of course implementing this interface in the backend and adding it to the DI
1616

1717
# Supported attributes
1818

19+
In projects that reference the CodeFirstApi.Generator project, you can use the following attributes.
20+
Reference CodeFirstApi.Core project to get the attributes.
21+
1922
- GenerateHttpClients
2023
- Assembly attribute, generates the clients for the services, to be used in Client project.
2124
- GenerateHttpControllers
@@ -32,6 +35,8 @@ And of course implementing this interface in the backend and adding it to the DI
3235

3336
See the project in the `sample` folder.
3437

38+
Or see the [Demo app](https://codefirstapi.azurewebsites.net/).
39+
3540

3641
# Usage notice
3742

@@ -41,10 +46,13 @@ Nuget package will not be released later on when the code is a bit more stable.
4146

4247
## Next TODOs
4348

44-
- release as Nuget package
45-
- have a demo app deployment
46-
- add diagram of generated code
49+
1. release as Nuget package
50+
2. add diagram of generated code
51+
3. add exact steps to add this to new projects
52+
4753

54+
### Rest of TODOs
55+
4856
- add route attribute support
4957
- use arguments that are mentioned in route direct instead of JSON
5058
- better handling of state persistance key for arguments (using JSON of arguments now, which is not optimal)

0 commit comments

Comments
 (0)