Coder Social home page Coder Social logo

v2ex-java-api's Introduction

#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.

v2ex-java-api's People

Contributors

k0st avatar

Watchers

James Cloos avatar Creater 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.