massimozappino / tagmycode-java-sdk

A Java library to access TagMyCode RESTful API.

Home Page:http://tagmycode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status

TagMyCode Java SDK

A Java library to access TagMyCode RESTful API.

Examples

Authenticating

Client client = new Client("consumer_id", "consumer_secret");
client.setOauthToken(new OauthToken("access_token", "refresh_token"));

Get account information for logged user

TagMyCode tagmycode = new TagMyCode(client)
User user = tagmycode.getAccount();

About

A Java library to access TagMyCode RESTful API.

http://tagmycode.com

License:Apache License 2.0


Languages

Language:Java 100.0%