API

From Nasqueron Agora
Revision as of 19:48, 21 December 2022 by Dereckson (talk | contribs) (Created page with "Nasqueron API is divided in small microservices, with endpoints offered at https://api.nasqueron.org == Services index == {| class="wikitable sortable" |+ Services |- ! Name !! Mount point !! Description !! Front-end !! Repository !! Language / framework |- | Docker Registry API || /docker/registry || Nasqueron Docker PaaS private registry content || https://infra.nasqueron.org/docker/registry/ || [https://devcentral.nasqueron.org/source/docker-registry-api/ rAPIREG] |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Nasqueron API is divided in small microservices, with endpoints offered at https://api.nasqueron.org

Services index

Services
Name Mount point Description Front-end Repository Language / framework
Docker Registry API /docker/registry Nasqueron Docker PaaS private registry content https://infra.nasqueron.org/docker/registry/ rAPIREG Rust / limiting-factor
Datasources API /datasources Datasources for other projects and services - rAPIDS Node.js / Express
Servers log /servers-log Write to servers log https://infra.nasqueron.org/servers-log/ rAPISRVLOGS PHP

Following API services are in development:

Services
Name Mount point Description Front-end Repository Language / framework
Notifications Center SSE API /notifications/stream Real-time stream of the notifications https://infra.nasqueron.org/notifications/ rAPINSSE Python / Flask
Notifications Center Delivery API /notifications/delivery HTTP bridge to consume notifications no front-end rND Python / Flask
Servers log /servers-log (1) Write and read servers log https://infra.nasqueron.org/servers-log/ (1) rSERVERSLOG Rust / Iron (2)
Clean URL API /web/clean-url/ Clean URL http://tools51.nasqueron.org/web/cleaner rAPICLEAN Python / Flask
Notes
  • (1) Currently the mount-point uses the PHP service, and front-end shows a static JSON document maintained by that service.
  • (2) Project developed before Rocket was released and limiting-factor framework prepared.

See also