Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)