Click here to Skip to main content
15,915,164 members
Articles / Programming Languages / C#

REST API Visibility Control

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
20 Aug 2023MIT2 min read 3.4K   16   3  
Customize the visibility of REST API controllers and operations
This project is a solution involving Swagger for configuring the display of REST API endpoints by defining filters in the application config, implementing an ActionModelConvention to control visibility based on these filters, resulting in flexible and controlled API documentation display.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer (Senior)
Switzerland Switzerland
👨 Senior .NET Software Engineer

🚀 My Open Source Projects
- Time Period Library 👉 GitHub
- Payroll Engine 👉 GitHub

Feedback and contributions are welcome.



Comments and Discussions