Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Swagger documentation for different APIs powered by InterNetX GmbH.
- Host: GitHub
- URL: https://github.com/InterNetX/domainrobot-api
- Owner: InterNetX
- License: mit
- Created: 2018-06-04T11:16:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T11:54:20.000Z (3 months ago)
- Last Synced: 2024-08-07T09:09:28.773Z (3 months ago)
- Topics: autodns, codegen, domainrobot, swagger
- Homepage:
- Size: 964 KB
- Stars: 19
- Watchers: 8
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - InterNetX/domainrobot-api - Swagger documentation for different APIs powered by InterNetX GmbH. (others)
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