首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > restless

restless

  • 资源大小:0.00 B
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: java api box.net evdb

资 源 简 介

Restless is an open source Java library that provides programatic API access to various REST-based services. Currently, Restless provides API support for the following platforms: The (now unavailable and undocumented) Box.net service. Very preliminary support for EVDB Support for other services will be provided in the future Box.net API sample: IBoxService box = new BoxService(); AuthorizationResult login = box.login("example@example.com", "passwd"); FileListingResult listing = box.list("folderId", "numOfNodesDeep"); List files = listing.getFolder().getFiles(); foreach (BoxFile file : files) { ... }

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.197128s