FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

IndianBartonka/Tailscale-Java-Wrapper: Java wrapper for Tailscale API · GitHub

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important

We currently support
Devices and Keys

Tailscale Java Wrapper

A wrapper for the Tailscale API. For more information, visit the official Tailscale API documentation.

This example demonstrates how to use the TailscaleClient in Java to interact with the Tailscale API. It covers retrieving device details, updating device attributes, managing routes, and more.

Prerequisites

  • A Tailscale account.
  • A valid Tailscale API key.

Dependencies

Maven pom.xml

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>
<dependency>
    <groupId>com.github.IndianBartonka</groupId>
    <artifactId>Tailscale-Java-Wrapper</artifactId>
    <version>Tag</version>
</dependency>

Example Usage

TailscaleClientTest.java

About

Java wrapper for Tailscale API

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL