GithubHelp home page GithubHelp logo

brucewu16899 / clouddisk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dounine/clouddisk

0.0 2.0 0.0 228 KB

:cloud: 360云盘存储SDK(clouddisk sdk for 360),已提供大量操作API

License: MIT License

Shell 0.07% Java 99.93%

clouddisk's Introduction

![yunpan] [yunpan]:https://github.com/dounine/clouddisk/raw/master/logo.png "360云盘" #CloudDisk 360云盘存储SDK

##快速向导

1. 如何得到 CloudDisk

  • maven 仓库下载
<dependency>
	<groupId>com.dounine</groupId>
	<artifactId>clouddisk</artifactId>
	<version>1.1.4</version>
</dependency>
  • github 中下载并编译
git clone https://github.com/dounine/clouddisk.git
mvn clean package

2. 如何使用 CloudDisk

  • 获取文件列表
LoginUserToken loginUserToken = new LoginUserToken("account","passport",false);

FileListParser fileListParser = new FileListParser(loginUserToken);
FileListParameter fileListParameter = new FileListParameter();
fileListParameter.setPath("/");
FileList fileList = fileListParser.parse(fileListParameter);

3. demo栗子 CloudDisk 已支持功能列表

  • 登录
  • 获取授权token令牌
  • 用户签到领取空间
  • 获取用户信息
  • 检查用户是否登录
  • 操作历史
  • 验证码
  • 服务器分压转发
  • 文件功能
    • 获取文件列表
    • 获取文件上传地址
    • 文件上传
    • 文件搜索
    • 文件版本回滚
    • 文件更名
    • 文件删除
    • 文件移动
    • 获取文件详细信息
    • 文件历史版本信息
    • 判断文件是否存在
    • 获取文件下载信息
    • 下载文件
    • 创建文件夹

clouddisk's People

Contributors

devfozgul avatar dounine avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.