Tankerkoenig API

Client for the Tankerkoenig API

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

de.codengine
ArtifactId

ArtifactId

tankerkoenig-api-client
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Tankerkoenig API
Client for the Tankerkoenig API
Project URL

Project URL

https://github.com/codengine/tankerkoenig-api-client
Source Code Management

Source Code Management

https://github.com/codengine/tankerkoenig-api-client

Download tankerkoenig-api-client

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.8.0
com.squareup.okhttp3 : okhttp jar 3.7.0

test (5)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 3.6.2
org.mockito : mockito-core jar 2.7.22
com.squareup.okhttp3 : mockwebserver jar 3.7.0
nl.jqno.equalsverifier : equalsverifier jar 2.2.2

Project Modules

There are no modules declared in this project.

Tankerkoenig API

Build Status Coverage Status Dependency Status GitHub release Github All Releases Maven Central

An API client for calling the Tankerkoenig API (Official Website: http://www.tankerkoenig.de).

For more information see the wiki.

Download

Via Maven:

<dependency>
    <groupId>de.codengine</groupId>
    <artifactId>tankerkoenig-api-client</artifactId>
    <version>1.0</version>
</dependency>

Via Gradle:

compile 'de.codengine:tankerkoenig-api-client:1.0'

Snapshots of the development version are available in Sonatype's snapshots repository.

Obtaining an API Key

In order to use the API client, you first have to obtain a personal API key.

Enter the API Registration Page, fill out the form and confirm the email which is sent to you afterwards.

Be careful not to make your private API key publicly available!

Terms of Usage

The Terms of Usage of the API provider must be read and adhered to as defined on their website. The client does not provide any throtteling or control, so be careful about request limits which will result in a 503 Internal Server Error!

License

MIT License

Copyright (c) 2017 Stefan Hueg (Codengine)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Versions

Version
1.0