dp2 icon indicating copy to clipboard operation
dp2 copied to clipboard

dp2library API 调用指南

Open DigitalPlatform opened this issue 6 years ago • 7 comments

dp2 系统的 dp2library 服务器(图书馆应用服务器)模块提供了一套完整的图书馆业务 API,可供第三方开发者调用,拓展系统功能。

本文介绍这套 API 的调用方法。由于示例是用 C# 语言编写的,所以要求阅读者应当具有基本的 C# 语言开发知识。这套 API 本身是 Web API,C# 语言以外的其他语言的程序也是可以调用的,只是示例暂时用了 C# 语言。

DigitalPlatform avatar Aug 03 '19 02:08 DigitalPlatform