Skip to content

Automatically exported from code.google.com/p/ynote-sdk-java

Notifications You must be signed in to change notification settings

suziwen/ynote-sdk-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

基本介绍

有道笔记开放平台提供了基于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.

About

Automatically exported from code.google.com/p/ynote-sdk-java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages