https://github.com/houseme/imdadago
Dada logistics information service open platform SDK for Golang language. Help you save costs and achieve efficient distribution
https://github.com/houseme/imdadago
client dada dada-distribution dada-logistics go golang golang-client golang-sdk imdada logistics
Last synced: 3 months ago
JSON representation
Dada logistics information service open platform SDK for Golang language. Help you save costs and achieve efficient distribution
- Host: GitHub
- URL: https://github.com/houseme/imdadago
- Owner: houseme
- License: apache-2.0
- Created: 2023-03-14T17:06:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T09:14:31.000Z (9 months ago)
- Last Synced: 2025-03-24T21:14:01.160Z (3 months ago)
- Topics: client, dada, dada-distribution, dada-logistics, go, golang, golang-client, golang-sdk, imdada, logistics
- Language: Go
- Homepage: https://houseme.github.io/imdadago/
- Size: 95.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Dada Logistics Open Platform SDK For Golang Language
[](https://goreportcard.com/report/github.com/houseme/imdadago)
[](https://pkg.go.dev/github.com/houseme/imdadago)
[](https://github.com/houseme/imdadago/actions/workflows/go.yml)

Dada logistics information service open platform SDK for Golang language.
Help you save costs and achieve efficient distribution## Installation
```bash
go get -u -v github.com/houseme/imdadago@main
```## Usage
```go
package mainimport (
"context"
"fmt"
"github.com/houseme/imdadago"
)func main() {
ctx := context.Background()
d := dadago.New(ctx, dada.WithAppKey("xxxxx"), dada.WithAppSecret("xxxxx"))
fmt.Println("Dada:", d)
}```
## License
FeiE is primarily distributed under the terms of both the [Apache License (Version 2.0)](LICENSE)