Skip to content

uio-bmi/tsd-file-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSD-File-API-client

CodeFactor Download

Protocol

More info on the protocol: https://data.tsd.usit.no/api/tsd-api-integration.html

Maven Installation

To include this library to your Maven project add following to the pom.xml:

...

    <dependencies>
        <dependency>
            <groupId>no.uio.ifi</groupId>
            <artifactId>tsd-file-api-client</artifactId>
            <version>VERSION</version>
        </dependency>
    </dependencies>

...

    <repositories>
        <repository>
            <id>github</id>
            <name>uio-bmi-tsd-file-api-client</name>
            <url>https://maven.pkg.github.com/uio-bmi/tsd-file-api-client</url>
        </repository>
    </repositories>

...