Picturepark.SDK.DotNet
Our .NET SDK (C#) provides easy access to all API Endpoints of the Picturepark Content Platform. Code examples can be found in the “Tests” project, which is included in the SDK; covering use cases such as Search, Download, Import, Managing Metadata and more. You can add the SDK as a nuget package and start using the comprehensive Picturepark technology right away – all greatly simplified via the SDK.
Install / Use
/learn @Picturepark/Picturepark.SDK.DotNetREADME
Fotoware Alto .NET SDK
Picturepark.Sdk.DotNet
Links:
Note: The platform has been renamed from Picturepark Content Platform to Fotoware Alto, but the project name remains Picturepark. You may encounter both names in documentation, code, and resources.
NuGet Packages
Public APIs:
- Picturepark.SDK.V1 (.NET Standard 2.0):
- Client implementations to access the Fotoware Alto server
- Getting started
- SDK Documentation
- Picturepark.SDK.V1.Contract (.NET Standard 2.0):
- DTO classes and client interfaces
- SDK Documentation
- Picturepark.SDK.V1.Localization (.NET Standard 2.0):
- Utilities to translate server messages
- SDK Documentation
Management APIs:
- Picturepark.SDK.V1.CloudManager (.NET Standard 2.0)
- Picturepark.SDK.V1.ServiceProvider (.NET Standard 2.0)
Compatibility matrix
| SDK version | Fotoware Alto version |
|-------------|------------------------|
| 11.0.x | 11.0.x |
| 11.1.x | 11.1.x |
| 11.2.x | 11.2.x |
| 11.3.x | 11.3.x |
| 11.4.x | 11.4.x |
| 11.5.x | 11.5.x |
| 11.6.x | 11.6.x |
| 11.7.x | 11.7.x |
| 11.8.x | 11.8.x |
| 11.9.x | 11.9.x |
| 11.10.x | 11.10.x, 11.9.x |
| 11.11.x | 11.11.x, 11.10.x |
| 11.12.x | 11.12.x, 11.11.x |
| 11.13.x | 11.13.x, 11.12.x |
| 11.14.x | 11.14.x, 11.13.x |
| 11.15.x | 11.15.x, 11.14.x |
| 11.16.x | 11.16.x, 11.15.x |
Reporting issues or getting assistance
Please reach out to our support team at support@picturepark.com.
SDK Development
Links:
Client generation
Run the following commands to regenerate the clients based on the Swagger specifications in /swagger:
npm install
npm run nswag
CI Builds
Branch: master
- NuGet CI Feed: https://www.nuget.org/packages?q=Picturepark&prerel=true
- AppVeyor CI Build: https://ci.appveyor.com/project/Picturepark/picturepark-sdk-dotnet-7lqi5
Release Builds
Branch: release
- NuGet Feed: https://www.nuget.org/packages?q=Picturepark&prerel=false
- AppVeyor Build: https://ci.appveyor.com/project/Picturepark/picturepark-sdk-dotnet
