Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.79 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.79 KB

Whois server list API

This is a JAVA API for accessing the whois-server-list.

Installation

This package is available in Maven central:

<dependency>
        <groupId>de.malkusch.whois-server-list.api.v1</groupId>
        <artifactId>whois-server-list-api</artifactId>
        <version>3.0.0</version>
</dependency>

Usage

This API is just a compilation of JAXB generated domain model classes:

You can use DomainListFactory for downloading and unmarshaling the whois server list:

DomainListFactory factory = new DomainListFactory();
DomainList domainList = factory.download();

License and author

Markus Malkusch [email protected] is the author of this project. This project is free and under the WTFPL.

Donations

If you like this project and feel generous donate a few Bitcoins here: 1335STSwu9hST4vcMRppEPgENMHD2r1REK

Build Status