Products

Get orderable products.

List products

GET https://api.rahona.network/products

Return all products in an array.

[
    {
       "id": 123,
       "title": "VPS1",
       "category": "VPS",
       "description": "FR-VPS-1",
       "price": 4.99
    },
    ...
]

Product details

GET https://api.rahona.network/products/:id

Get products details

Path Parameters

{
    "id": 123,
    "title": "VPS1",
    "category": "VPS",
    "description": "FR-VPS-1",
    "details": {
       "cpu": "1vCPU",
       "ram": "2 Go RAM",
       "ddos": "Anti-DDoS Pro",
       "disk": "50 Go HDD (SoftRaid)",
       "network": "100 Mb/s (Best effort)",
       "bandwidth": "Bande passante illimitée"
    },
    "price": 4.99
}

Dernière mise à jour