InsurScan.Api.Contracts 0.1.0-alpha.8

This is a prerelease version of InsurScan.Api.Contracts.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package InsurScan.Api.Contracts --version 0.1.0-alpha.8
                    
NuGet\Install-Package InsurScan.Api.Contracts -Version 0.1.0-alpha.8
                    
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="InsurScan.Api.Contracts" Version="0.1.0-alpha.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="InsurScan.Api.Contracts" Version="0.1.0-alpha.8" />
                    
Directory.Packages.props
<PackageReference Include="InsurScan.Api.Contracts" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add InsurScan.Api.Contracts --version 0.1.0-alpha.8
                    
#r "nuget: InsurScan.Api.Contracts, 0.1.0-alpha.8"
                    
#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.
#:package InsurScan.Api.Contracts@0.1.0-alpha.8
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=InsurScan.Api.Contracts&version=0.1.0-alpha.8&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=InsurScan.Api.Contracts&version=0.1.0-alpha.8&prerelease
                    
Install as a Cake Tool

InsurScan API Contracts

NuGet Downloads License

API contracts for InsurScan platform. Contains request/response models for building custom clients or integrating with the InsurScan API.

Features

  • 🔌 API Contracts - Complete request/response models for InsurScan API
  • 🛡️ Type Safety - Strongly-typed models with validation attributes
  • 🏗️ Custom Clients - Build your own HTTP clients using these contracts
  • 📋 Documentation - Well-documented models with XML comments
  • 🔄 Serializable - Optimized for JSON serialization
  • 🎯 Focused - Lightweight package for API integration only

Installation

Install the NuGet package:

dotnet add package InsurScan.Api.Contracts

Or via Package Manager Console:

Install-Package InsurScan.Api.Contracts

Overview

This package contains the API contracts (DTOs) used for communication with the InsurScan API. Use this package when you want to build your own HTTP client or integrate with the API using a different HTTP library than the official SDK.

Dependencies

This package has minimal dependencies:

  • InsurScan.Models.Coverage - For coverage domain models
  • .NET 9.0 - Target framework

Support

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

We welcome contributions! Please see our Contributing Guide for details.


Made with ❤️ by InsurUp

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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