Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/andrea-magni/SDriver

A Delphi wrapper for Slack API
https://github.com/andrea-magni/SDriver

delphi slack wrapper

Last synced: about 1 month ago
JSON representation

A Delphi wrapper for Slack API

Lists

README

        

![SDriver logo](https://www.andreamagni.eu/images/SDriver.png)
# SDriver
A [Delphi](https://www.embarcadero.com/products/delphi) wrapper for [Slack](https://slack.com/) API

### Features
* Compatible with FireMonkey (FMX), VCL, non visual applications
* Support for [Incoming WebHooks](https://api.slack.com/incoming-webhooks)
* Support for [Message Attachments](https://api.slack.com/docs/message-attachments)
* Compatibility: Delphi11 Alexandria, Delphi 10.1 Berlin, 10.2 Tokyo
* Implemented using Delphi System.Net.HttpClient (native http client libraries for each supported platform)
* Async implementation using System.Threading (Parallel Programming Library)

### Installation through Delphinus
You can install [Delphinus package manager](https://github.com/Memnarch/Delphinus/wiki/Installing-Delphinus) and then install SDriver package there. (Delphinus-Support)

# Related Links
Embarcadero Delphi is a modern, powerful and effective language and development tool. Learn more about it at the following links:
* https://www.embarcadero.com/
* https://learndelphi.org/

### Disclaimers
* The Delphi stylized helmet icon is trademark of Embarcadero Technologies.
* SDriver is not created by, affiliated with, or supported by Slack Technologies, Inc.