Devinux.ApiBrowser 1.0.4

dotnet add package Devinux.ApiBrowser --version 1.0.4
NuGet\Install-Package Devinux.ApiBrowser -Version 1.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Devinux.ApiBrowser" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Devinux.ApiBrowser --version 1.0.4
#r "nuget: Devinux.ApiBrowser, 1.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Devinux.ApiBrowser as a Cake Addin
#addin nuget:?package=Devinux.ApiBrowser&version=1.0.4

// Install Devinux.ApiBrowser as a Cake Tool
#tool nuget:?package=Devinux.ApiBrowser&version=1.0.4

Devinux Api Browser

an easy api explorer like as swagger ui and more powerfull feature

  • Save Request Data
  • Export per requests
  • Curl
  • Responsive alignment
  • Custom css style
  • Custom html base
  • Overriden html result
  • Custom authentication support
  • Auto property printer
  • Prettier requests
  • Create log section
  • Json viewer
  • Json table result

  • Made with ❤️ for everyone . please join with us 😉
  • more + Comming soon...

Join with us

Please Contact with our team : info@webinux.ir

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Usage

► program.cs
    using Devinux.ApiBrowser; /* #1. add refrances */

    // app.UseAuthorization(); 
    // app.MapControllers();
    
    app.UseDevinuxApiBrowser(); /* #2. add middleware instalation */
    
    // app.UseFileServer();
    // app.Run();
    
    /* #3. visit : protocol://url:port/ApiBrowser  */
...
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4 59 6/23/2024
1.0.3 77 5/26/2024
1.0.2 88 5/25/2024
1.0.1 91 5/24/2024
1.0.0 79 5/24/2024