Skip to content
forked from jsyzchen/pan

A go sdk for baidu netdisk open platform 百度网盘开放平台 Go SDK

License

Notifications You must be signed in to change notification settings

qiangyt/baidu_netdisk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pan Go Sdk

该代码库为百度网盘开放平台Go语言的SDK,详细请参考官方技术文档https://pan.baidu.com/union/document/entrance

下载

go get -u github.com/qiangyt/baidu_netdisk

并在项目中引入github.com/qiangyt/baidu_netdisk

import (
    "github.com/qiangyt/baidu_netdisk/auth"
    "github.com/qiangyt/baidu_netdisk/file"
)

使用示例

参考代码

About

A go sdk for baidu netdisk open platform 百度网盘开放平台 Go SDK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%