基本介绍 有道笔记开放平台提供了基于OAuth访问有道笔记数据的RESTful API,为了方便开发者的开放,本项目对这些API进行封装,为开发者提供基于Java的SDK,可用于桌面、Web及Android应用程序的开发。 使用方法 为使用有道笔记开放平台,开发者需要首先申请有道笔记开放平台的Consumer Key和Consumer Secret。 outfox.ynote.open.demo包演示了在桌面应用以及Web应用中使用该SDK的调用方法,运行DesktopDemo,先在DesktopDemo.java中填写你申请到的Consumer Key与Consumer Secret。 Introduction Youdao note open platform provides the OAuth based open api to access the user data in Youdao note. This project encapsulates the RESTful api to provides a Java SDK for the developers so that they could access the ynote data easily. This SDK could be used at desktop application, web application as well as mobile application development. Getting Started The application developers have to first apply the consumer key and consumer secret to use Youdao note open platform. Package outfox.ynote.open.demo illustrates the usage of this Java SDK in a desktop application and web application. To run DesktopDemo, please write your consumer key and secret in DesktopDemo.java firstly. Our Site: http://note.youdao.com Contact me: licx@rd.netease.com
Related Posts
单元测试之道-使用JUnit(Java版)(Pragmatic Unit Testing:In Java with JUnit) PDF 扫描版[5M] PDF 免费下载
- job51
- 2016年9月2日
- 0
《程序员修炼三部曲》是一套由四本小册子组成的丛书, […]
Java编程规范(第三版)( The Java Language Specification (3rd Edition) ) PDF 扫描版[35M] PDF 免费下载
- job51
- 2016年9月2日
- 0
本书由java技术的发明者编写,是java tm编 […]