Skip to content

houseme/imdadago

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dada Logistics Open Platform SDK For Golang Language

Go Report Card Go Reference ImDada-CI GitHub GitHub go.mod Go version (branch)

Dada logistics information service open platform SDK for Golang language. Help you save costs and achieve efficient distribution

Installation

go get -u -v github.com/houseme/imdadago@main

Usage

package main

import (
    "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)