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
* support writing `GRPC` services with examples (see `Wissance.WebApiToolkit.TestApp` and `Wissance.WebApiToolkit.Tests`)
44
+
* Manager classes that support file operation over:
45
+
- web folders (folders from mounted devices or just local folders)
46
+
-`S3 AWS-compatible` (tested with `Yandex Object Storage` and previously with `Cloudflare R2` and `Amazon S3`)
44
47
45
48
Key concepts:
46
49
1.`Controller` is a class that handles `HTTP-requests` to `REST Resource`.
@@ -254,7 +257,11 @@ public class CodeGrpcService : CodeService.CodeServiceBase
254
257
Unfortunately GRPC generates all types Request and therefore we should implement additional mapping to convert `DTO` to Response, see full example in this solution in the `Wissance.WebApiToolkit.TestApp` project
255
258
256
259
### 5. Nuget package
257
-
*[Actual for version <= `3.x.y`, obsolete since `4.0.0`](https://www.nuget.org/packages/Wissance.WebApiToolkit)
260
+
*[Obsolete version (no bug fixes, no support) <= `3.x.y`, obsolete since `4.0.0`](https://www.nuget.org/packages/Wissance.WebApiToolkit)
Here we consider only Full CRUD controllers because **Full CRUD = Read Only + Additional Operations (CREATE, UPDATE, DELETE)**, a **full example = full application** created with **Wissance.WebApiToolkit** could be found [here](https://github.com/Wissance/WeatherControl)
0 commit comments