MCPcopy
hub / github.com/AlistGo/alist / Post

Method Post

drivers/baidu_photo/utils.go:97–99  ·  view source on GitHub ↗
(furl string, callback base.ReqCallback, resp interface{})

Source from the content-addressed store, hash-verified

95}
96
97func (d *BaiduPhoto) Post(furl string, callback base.ReqCallback, resp interface{}) (*resty.Response, error) {
98 return d.Request(base.RestyClient, furl, http.MethodPost, callback, resp)
99}
100
101// 获取所有文件
102func (d *BaiduPhoto) GetAllFile(ctx context.Context) (files []File, err error) {

Callers 15

CreateAlbumMethod · 0.95
SetAlbumNameMethod · 0.95
DeleteAlbumMethod · 0.95
DeleteAlbumFileMethod · 0.95
CopyAlbumFileMethod · 0.95
PutMethod · 0.95
upCommitMethod · 0.80
PutMethod · 0.80
refreshTokenMethod · 0.80
getShareTokenMethod · 0.80
getFilesMethod · 0.80
doLoginMethod · 0.80

Calls 1

RequestMethod · 0.95

Tested by

no test coverage detected