Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

API Call: hasAnyRefresh

Marco van Dijk edited this page May 6, 2022 · 1 revision

https://nframe.nl/api/livepeer/hasAnyRefresh

  {
    method: "GET",
    headers: {
      "Content-Type": "application/json"
    }
  }

Returns {"requiresRefresh": true} if new Events came in since the last update. Requires the host to be a authenticated.

  {
    "requiresRefresh":false
  }