Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weikio/apiframework.samples
Samples for the API Framework
https://github.com/weikio/apiframework.samples
Last synced: about 2 months ago
JSON representation
Samples for the API Framework
- Host: GitHub
- URL: https://github.com/weikio/apiframework.samples
- Owner: weikio
- License: apache-2.0
- Created: 2021-04-07T09:31:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-03T09:09:22.000Z (about 3 years ago)
- Last Synced: 2023-03-10T03:41:36.459Z (almost 2 years ago)
- Language: C#
- Size: 728 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Samples for API Framework
This repository contains samples for API Framework: https://weik.io/apiframework
API Framework is a framework built on top of ASP.NET Core that aims to make building OpenAPI systems more flexible in .NET.
This repository contains the following samples:
#### [Quickstart](https://github.com/weikio/ApiFramework.Samples/tree/main/quickstart)
#### [APIs and Endpoints](https://github.com/weikio/ApiFramework.Samples/tree/main/howtos/1_ApisAndEndpoints)
#### [Using Plugins](https://github.com/weikio/ApiFramework.Samples/tree/main/howtos/2_UsingPlugins)
#### [Runtime Changes](https://github.com/weikio/ApiFramework.Samples/tree/main/howtos/3_RuntimeChanges)
#### [API Factory](https://github.com/weikio/ApiFramework.Samples/tree/main/howtos/4_ApiFactory)
#### [Runtime Changes using Blazor UI](https://github.com/weikio/ApiFramework.Samples/tree/main/misc/RunTime)
#### [JSON Configuration](https://github.com/weikio/ApiFramework.Samples/tree/main/misc/JsonConfiguration)
#### [Health Checks](https://github.com/weikio/ApiFramework.Samples/tree/main/misc/HealthCheck)
#### [Response Cache](https://github.com/weikio/ApiFramework.Samples/tree/main/misc/ResponseCache)
#### [Auto mode](https://github.com/weikio/ApiFramework.Samples/tree/main/misc/NoConfiguration)
#### [Async JSON Stream](https://github.com/weikio/ApiFramework.Samples/tree/main/misc/AsyncJsonStream)
#### [Dependency Conflict](https://github.com/weikio/ApiFramework.Samples/tree/main/misc/DependencyConflict)
#### [No Plugin Framework](https://github.com/weikio/ApiFramework.Samples/tree/main/misc/NoPluginFramework)