Tim Cadenbach

Results 10 issues of Tim Cadenbach

When working with a SPA approach I have a few common endpoints used for everyone and per tenant endpoints using route strategy. Is there any way to ignore the tenant...

enhancement
question
pinned

The current version was meant as a showcase and test. After quite a bit of feedback we now know that at its core the functionality is great and working. I...

enhancement
vnext

**Is your feature request related to a problem? Please describe.** Create a JSON Schema to ease JSON based API development Starting point: ```JSON { "$schema": "https://www.github.com/deejaytc/net-dynamic-api/apidefinition-schema.json", "$id": "https://www.github.com/deejaytc/net-dynamic-api/apidefinition-schema.json", "type": "array",...

vnext

Generated API's should be able to send events to Azure Service Hub, Kafka, RabbitMQ or maybe even Kafka. For that there needs to be a generic handler service that can...

enhancement
help wanted
vnext

Add an option to automatically generate mock date for the generated API's if configured. * Add a param "&mock=true|false, &mockCount=xxx that automatically generates and returns mocked data * guess proper...

vnext

Classes can be configured to have caching enabled and a cache lifetime set. If a class has these two config values set the library is supposed to automatically cache the...

enhancement
help wanted

As discussed yesterday. I couldn't test it sadly but should do what we discussed.

enhancement

We only updated the description of the connector and provided the intro and images which where missing in github before.

### What do you think of the extension? Hey, I'm working on an OpenSource library that allows creating production ready APIs lightning fast by just writing JSON or simple C#...