https://github.com/zhan3333/cass-open-api-sdk
https://github.com/zhan3333/cass-open-api-sdk
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhan3333/cass-open-api-sdk
- Owner: zhan3333
- Created: 2020-07-07T01:27:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T03:07:47.000Z (about 5 years ago)
- Last Synced: 2025-04-13T22:57:41.858Z (about 1 year ago)
- Language: Go
- Size: 264 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skysharing CASS OpenAPI SDK
## Start
```shell script
cp .env.example .env
```
## Test
```shell script
go test pkg/cass/client_test.go
```