This project shows how to use Digizuite Integration SDK and is on github: https://github.com/Digizuite/integration-api-examples.git
This project shows how to use Digizuite Integration SDK and is on github.
Getting Started
Dependencies
Digizuite products should be installed:
DAM
Installing
Clone the project to a local station
Executing program
Open project in the Visual Studio
Open DigizuiteClient.cs file and configure DAM BaseUrl, SystemUsername, SystemPassword
...
Restore Nuget packages and Build the application
Run the application
Open swagger: http://localhost:7208/api/swagger/ui
Call the API and review response
...