File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ First of all this is a really early Alpha, consider things with care.
8
8
9
9
By using the API Generator, this little code snippet is a fully working CRUD API
10
10
11
- ```
11
+ ``` csharp
12
12
/// <summary >
13
13
/// This is the minimal sample, yes this is a working api ;)
14
14
/// </summary >
@@ -25,7 +25,7 @@ In future the service will evolve into a full instant "Database to API" Microser
25
25
26
26
Heres another sample:
27
27
28
- ```
28
+ ``` csharp
29
29
[Api (" /people" , ApiMethodsToGenerate .All )]
30
30
public class Person : Trackable ,
31
31
IObjectBase <Guid >,
@@ -42,8 +42,8 @@ Heres another sample:
42
42
43
43
44
44
# How to use:
45
- ```
46
- dotnet add package TCDev.ApiGenerator --version 0.0.4 -alpha
45
+ ``` csharp
46
+ dotnet add package TCDev .ApiGenerator -- version 0.0.6 - alpha
47
47
```
48
48
49
49
# Getting Started & Docoumentation
You can’t perform that action at this time.
0 commit comments