Skip to content

unclechen/V2EX-Java-Api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#V2EX Java Api(Non-official)

What is this?

This is v2ex java api, you can use it to retrive the content you want.And this api will be integrated into a Material Design App(Still working on it, just for fun^_^).

#Usage 更多api说明请参见V2exManager.java

获取网站信息

V2exManager.getSiteInfo(new OnResponse<SiteInfo>() {
	public void onRespondResult(SiteInfo result) {
        //TODO
	}
});

获取网站状态

V2exManager.getSiteStats(new OnResponse<SiteStats>() {
	public void onRespondResult(SiteStats result) {
		// TODO 
	}
});

获取所有节点信息

V2exManager.getNodesAll(new OnResponse<NodeList>() {
	public void onRespondResult(NodeList result) {
		// TODO 
	}
});

更多api说明请参见V2exManager.java

#TODO

  • Login.
  • 获取一个Node的所有Topics.
  • Create new topic.

About

V2ex Java Api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors