TagMyCode Java SDK parent

Java SDK for TagMyCode REST API

License

License

Categories

Categories

Container
GroupId

GroupId

com.tagmycode
ArtifactId

ArtifactId

tagmycode-sdk-container
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

TagMyCode Java SDK parent
Java SDK for TagMyCode REST API
Project URL

Project URL

http://tagmycode.com
Source Code Management

Source Code Management

https://github.com/massimozappino/tagmycode-java-sdk

Download tagmycode-sdk-container

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • sdk
  • plugin

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