TeamViewer Guide

Toolkit for interacting with TeamViewers API

License

License

Categories

Categories

IDE Development Tools GUI User Interface
GroupId

GroupId

com.erigir
ArtifactId

ArtifactId

tvguide
Last Version

Last Version

0.0.2+5
Release Date

Release Date

Type

Type

jar
Description

Description

TeamViewer Guide
Toolkit for interacting with TeamViewers API
Project URL

Project URL

https://github.com/bitblit/TVGuide
Project Organization

Project Organization

Erigir
Source Code Management

Source Code Management

https://github.com/bitblit/TVGuide

Download tvguide

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25
org.springframework : spring-web jar 4.3.10.RELEASE
com.fasterxml.jackson.core : jackson-databind jar 2.9.0

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.16

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.slf4j : slf4j-simple jar 1.7.25

Project Modules

There are no modules declared in this project.

TVGuide

A toolkit for working with TeamViewers API

Usage

  1. Create a RestTemplate (see Spring documentation)
  2. Create a implementation of TeamViewerTokenProvider (or just use one like EnvironmentalVariableTokenProvider)
  3. Configure the RestTemplate using RestTemplateConfigurer
  4. Pass the configured RestTemplate to a handler (Like DeviceHandler) and call methods

Versions

Version
0.0.2+5
0.0.1+3