Skip to content

codengine/tankerkoenig-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.