1
0
mirror of https://git.dn42.dev/wiki/wiki synced 2025-03-13 19:16:33 +00:00
wiki/internal/APIs.md

19 lines
1.0 KiB
Markdown
Raw Normal View History

2020-02-01 23:53:13 +00:00
#Application Programming Interfaces (APIs)
2020-01-18 21:49:19 +00:00
This page can be useful if you are trying to automate something or if you are trying to retrieve data programmatically.
2021-01-29 10:57:26 +00:00
##ASN Authentication Solution
Authenticate your users by having them verify their ASN ownership with KIOUBIT-MNT using their registry-provided methods in an automated way.
More Information in the setup tutorial: https://dn42.g-load.eu/auth/documentation/tutorial.html
To use the service, please message Kioubit on IRC to have your domain activated.
2020-01-18 22:16:25 +00:00
##Registry REST API
[dn42regsrv](https://git.dn42.us/burble/dn42regsrv) is a REST API for the DN42 registry that provides a bridge between interactive applications and the registry.
As well as the main REST API to the DN42 registry, the server can also generate ROA tables and provides a small web application for exploring registry data.
A public instance of the API and associated explorer web app is available at the following URLs:
https://explorer.burble.com/ (public internet link)
2020-02-01 23:53:13 +00:00
https://explorer.collector.dn42/ (DN42 link)