Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-19T10:30:24.000Z (5 months ago)
- Last Synced: 2024-06-20T21:05:01.274Z (5 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: 82 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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
[![Go Report Card](https://goreportcard.com/badge/github.com/houseme/imdadago)](https://goreportcard.com/report/github.com/houseme/imdadago)
[![Go Reference](https://pkg.go.dev/badge/github.com/houseme/imdadago.svg)](https://pkg.go.dev/github.com/houseme/imdadago)
[![ImDada-CI](https://github.com/houseme/imdadago/actions/workflows/go.yml/badge.svg)](https://github.com/houseme/imdadago/actions/workflows/go.yml)
![GitHub](https://img.shields.io/github/license/houseme/imdadago?style=flat-square)
![GitHub go.mod Go version (branch)](https://img.shields.io/github/go-mod/go-version/houseme/imdadago/main?style=flat-square)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)