MdlpApiClient 1.4.2
dotnet add package MdlpApiClient --version 1.4.2
NuGet\Install-Package MdlpApiClient -Version 1.4.2
<PackageReference Include="MdlpApiClient" Version="1.4.2" />
paket add MdlpApiClient --version 1.4.2
#r "nuget: MdlpApiClient, 1.4.2"
// Install MdlpApiClient as a Cake Addin #addin nuget:?package=MdlpApiClient&version=1.4.2 // Install MdlpApiClient as a Cake Tool #tool nuget:?package=MdlpApiClient&version=1.4.2
Честный знак. ИС «Маркировка». МДЛП — MDLP REST API client.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- GostCryptography (>= 2.0.8)
- restsharp (>= 106.11.4)
- ServiceStack.Text (>= 4.0.33)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Beta release. What's new:
v1.4.2:
— Added support for XSD v1.38 (2022/06/08)
— Removed single-file version project
v1.4.1:
— Added new XSD schemas, v1.35 (2020/10/23): 702, 703
v1.4.0:
— Support for XSD v1.35
— Set default XSD schema version
— Avoid formatting non-JSON content in trace
— Updated RightsEnum, added new constants
v1.3.0:
— Support for MDLP API v3.06.1
— Added GetSsccFullHierarchy method
— Added AuthTypeEnum, GroupTypeEnum, SgtinEmissionType, SgtinStatus, UserStatus, UserStatusReason
— Updated BranchFilter, DocFilter, Sgtin, SgtinExtended, UserBase, MedProduct, MedProductPublic
— Added support for the request rate limits
v1.2.0:
— Worked around DateTime serialization issues.
v1.1.0:
— SendDocument, GetDocument and GetTicket are working with document classes, not strings.
— Added GetDocumentText and GetTicketText methods to return strings.
— Added XmlSerializationHelper class.
— Automatic selection of SendDocument and SendLargeDocument based on the document size.
— Sandbox support.
v1.0.0:
— Initial implementation.