An open API service indexing awesome lists of open source software.

https://github.com/deejaytc/api-generator-samples

A sample showcasing the power of the dynamic api generator
https://github.com/deejaytc/api-generator-samples

api dotnet odata

Last synced: 5 months ago
JSON representation

A sample showcasing the power of the dynamic api generator

Awesome Lists containing this project

README

          

![image](https://user-images.githubusercontent.com/4077759/163690033-1c438867-e47b-4b0e-881e-667b61d58428.png)

## Samples showcasing use cases for the [net-dynamic-api generator](https://github.com/DeeJayTC/net-dynamic-api)

| Sample | Link |
|--------|------|
| Generating an API from a remote JSON Source | [Remote API](https://github.com/DeeJayTC/api-generator-samples/tree/main/remote-api) |
| A simple API Example | [Simple API](https://github.com/DeeJayTC/api-generator-samples/tree/main/simple-api) |
| How to add custom validations | [Validations](https://github.com/DeeJayTC/api-generator-samples/tree/main/validations) |
| How to manually add a custom endpoint and query data | [Custom Endpoint](https://github.com/DeeJayTC/api-generator-samples/tree/main/customEndpoint) |