Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/InterNetX/domainrobot-api

Swagger documentation for different APIs powered by InterNetX GmbH.
https://github.com/InterNetX/domainrobot-api

autodns codegen domainrobot swagger

Last synced: about 1 month ago
JSON representation

Swagger documentation for different APIs powered by InterNetX GmbH.

Awesome Lists containing this project

README

        

# Domainrobot Api

The *Domainrobot API* is a powerful, professional API for managing domains, certificates, dns and much more. The API can be accessed via three different interfaces :

* JSON
* XML
* EPP

## Table of Contents

1. [Domainrobot JSON API](#domainrobot-json-api)
* [Domainrobot SDKs](#domainrobot-sdks)
* [JSON Documentation](#documentation)
* [Open API](#open-api)
2. [Domainrobot XML API](#domainrobot-xml-api)
* [XML Documentation](#documentation)
3. [Domainrobot EPP API](#domainrobot-epp-api)
* [EPP Documentation](#documentation)
4. [Changelog](#changelog)
5. [License](#license)

## Domainrobot JSON API

The JSON API represents the latest development of the Domainrobot API including all new features like the DomainStudio.

### Domainrobot SDKs

Several Software Development Kit's (SDK's) are available for implementing the JSON API.

* Java:
* Php:
* Dart:
* Js:

### Documentation

A full documentation about the API can be found at .

### Open API

There is also a [specification](/src/domainrobot.json) available for the JSON API using the Open API V2 standard.

## Domainrobot XML API

The legacy way to access the Domainrobot API.

### Documentation

A full documentation about the API can be found at .

## Domainrobot EPP API

The EPP API allows you to interact with the Domainrobot API using EPP syntax. The API is compatible with [RFC 5731](https://tools.ietf.org/html/rfc5731).

### Documentation

A full documentation about the API can be found at .

## Changelog

For a detailed changelog, see the [CHANGELOG.md](CHANGELOG.md) file

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details