File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff 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
3336See 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)
You can’t perform that action at this time.
0 commit comments