Skip to content

The Dynamic API project enables the creation of configurable API endpoints defined through a configuration file (appsettings.json).This approach ensures rapid adaptability and ease of maintenance for evolving API requirements.

Notifications You must be signed in to change notification settings

ayodeko/DynamicAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic API Creation

  • No need to create new APIs in code and deploy a new app each time, here you just need to write a new logic put it in a DLL and add your new API in the appSetting, and connect the API to the DLL you exported.
  • Factory Pattern
  • Reflection
  • .NET 8
  • Minimal APIs

About

The Dynamic API project enables the creation of configurable API endpoints defined through a configuration file (appsettings.json).This approach ensures rapid adaptability and ease of maintenance for evolving API requirements.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages