Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeiss/go-acs
A package to use Go with the Azure Communication Services.
https://github.com/zeiss/go-acs
azure go
Last synced: 13 days ago
JSON representation
A package to use Go with the Azure Communication Services.
- Host: GitHub
- URL: https://github.com/zeiss/go-acs
- Owner: ZEISS
- License: mit
- Created: 2024-10-07T18:20:46.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-23T18:45:40.000Z (21 days ago)
- Last Synced: 2024-10-24T04:38:54.164Z (20 days ago)
- Topics: azure, go
- Language: Go
- Homepage:
- Size: 617 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Azure Communication Services (ACS)
[![Test & Lint](https://github.com/zeiss/go-acs/actions/workflows/main.yml/badge.svg)](https://github.com/zeiss/go-acs/actions/workflows/main.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/zeiss/go-acs.svg)](https://pkg.go.dev/github.com/zeiss/go-acs)
[![Go Report Card](https://goreportcard.com/badge/github.com/zeiss/go-acs)](https://goreportcard.com/report/github.com/zeiss/go-acs)
[![Taylor Swift](https://img.shields.io/badge/secured%20by-taylor%20swift-brightgreen.svg)](https://twitter.com/SwiftOnSecurity)
[![Volkswagen](https://auchenberg.github.io/volkswagen/volkswargen_ci.svg?v=1)](https://github.com/auchenberg/volkswagen)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)This is a package to interact with the [Azure Communication Services (ACS)](https://azure.microsoft.com/en-us/products/communication-services/) using Go.
:warning: **This is package is under development and should not be used in production.**
## Installation
```bash
go get github.com/zeiss/go-acs
```## License
[MIT](/LICENSE)