Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyrus-sushiant/adobe.connect.sdk
.Net Core Software Development Kit for e-Learning solutions using Adobe Connect Professional.
https://github.com/cyrus-sushiant/adobe.connect.sdk
adobe adobe-connect adobe-connect-api adobeconnect api development-kit elearning-solutions sdk
Last synced: 11 days ago
JSON representation
.Net Core Software Development Kit for e-Learning solutions using Adobe Connect Professional.
- Host: GitHub
- URL: https://github.com/cyrus-sushiant/adobe.connect.sdk
- Owner: Cyrus-Sushiant
- License: mit
- Created: 2020-04-12T15:41:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-11T18:38:36.000Z (almost 3 years ago)
- Last Synced: 2024-10-05T06:41:10.563Z (about 1 month ago)
- Topics: adobe, adobe-connect, adobe-connect-api, adobeconnect, api, development-kit, elearning-solutions, sdk
- Language: C#
- Size: 48.8 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Adobe.Connect.SDK
[![NuGet Version](https://img.shields.io/nuget/v/Adobe.Connect.SDK.svg?style=flat)](https://www.nuget.org/packages/Adobe.Connect.SDK/)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://raw.githubusercontent.com/Cyrus-Sushiant/Adobe.Connect.SDK/master/LICENSE)Software Development Kit for e-Learning solutions using *Adobe Connect Professional*.
Part of e-learning solution, this component allows you to seamlessly integrate your applications with Adobe Connect infrastructure.
Product consist of SDK reference (.chm) manual, source code and sample application.
Fully managed code (C#), no external dependencies.The functionality covered: User Account management (Single Sign On), Meetings/Webinars and Reporting.
## Available for
* .NetCore 3.1
* .NetCore 5.0
* .NetCore 6.0# Install
```
Install-Package Adobe.Connect.SDK
```