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
- Host: GitHub
- URL: https://github.com/deejaytc/api-generator-samples
- Owner: DeeJayTC
- License: mit
- Created: 2022-04-16T19:32:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T17:45:25.000Z (over 3 years ago)
- Last Synced: 2025-02-28T06:04:20.030Z (11 months ago)
- Topics: api, dotnet, odata
- Language: C#
- Homepage: https://github.com/DeeJayTC/net-dynamic-api
- Size: 21.5 KB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

## 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) |