diff --git a/rs/sns_aggregator/src/index.html b/rs/sns_aggregator/src/index.html index 571d63c6970..731f2a5b2f1 100644 --- a/rs/sns_aggregator/src/index.html +++ b/rs/sns_aggregator/src/index.html @@ -1,8 +1,15 @@ - + SNS aggregator + + + + @@ -356,17 +363,23 @@

SNS aggregator

  • The SNS logo is at: /v1/sns/root/$CANISTER_ID/logo.png
  • + + +

    + Getting Started +

    -

    Integration example from the browser:

    +

    + This aggregator is designed for developers to access information about + SNS projects. It provides multiple endpoints for retrieving paginated + lists, as well as an endpoint for accessing the latest SNSes. +

    -

    - The aggregator offers multiple endpoints to collect the paginated list of launched SNSes or an endpoint for the latest SNSes. -

    -
    -// Use `fetch` to get the response from the aggregator
    +      
    +
    // Use `fetch` to get the response from the aggregator
     const response = await fetch("https://3r4gx-wqaaa-aaaaq-aaaia-cai.icp0.io/v1/sns/list/page/0/slow.json");
    -const snses = await response.json();
    - +const snses = await response.json();
    +

    Recent SNSs @@ -470,5 +483,7 @@

    document.addEventListener("DOMContentLoaded", loadSnses, { once: true }); + +