TagMyCode IDE Plugin Framework for Java

Java SDK for TagMyCode REST API

License

License

GroupId

GroupId

com.tagmycode
ArtifactId

ArtifactId

tagmycode-plugin
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

TagMyCode IDE Plugin Framework for Java
Java SDK for TagMyCode REST API
Project URL

Project URL

http://tagmycode.com

Download tagmycode-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/com.tagmycode/tagmycode-plugin/ -->
<dependency>
    <groupId>com.tagmycode</groupId>
    <artifactId>tagmycode-plugin</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tagmycode/tagmycode-plugin/
implementation 'com.tagmycode:tagmycode-plugin:0.1.1'
// https://jarcasting.com/artifacts/com.tagmycode/tagmycode-plugin/
implementation ("com.tagmycode:tagmycode-plugin:0.1.1")
'com.tagmycode:tagmycode-plugin:jar:0.1.1'
<dependency org="com.tagmycode" name="tagmycode-plugin" rev="0.1.1">
  <artifact name="tagmycode-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tagmycode', module='tagmycode-plugin', version='0.1.1')
)
libraryDependencies += "com.tagmycode" % "tagmycode-plugin" % "0.1.1"
[com.tagmycode/tagmycode-plugin "0.1.1"]

Dependencies

compile (2)

Group / Artifact Type Version
com.tagmycode : tagmycode-sdk jar 0.1.1
com.intellij : forms_rt jar 5.0

test (2)

Group / Artifact Type Version
com.tagmycode : tagmycode-sdk test-jar 0.1.1
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.

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();

Versions

Version
0.1.1