1.4.2 • Published 2 months ago

@setu/api-status v1.4.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

API Status - v1.4.1

Real time API status badge powered by Instatus

Installation

yarn add @setu/api-status
# or
npm install @setu/api-status

Example usage

<APIStatus url="INSTATUS_URL" />

Customization

  • You can add timer based api fetch by passing the prop updateTimerInMinutes
<APIStatus url="INSTATUS_URL" updateTimerInMinutes={5} />

  • Change the size of the widget by passing the prop size
<APIStatus url="INSTATUS_URL" size="large" />

  • Provide productList for INSTATUS widget to show api status for only the product listed
<APIStatus url="INSTATUS" productList={{ upi: "Setu UPI" }} />

  • Provide issueList for INSTATUS widget to show issues only what you listed
<APIStatus url="INSTATUS_URL" issueList={{outage: "Outage"}}
1.4.2

2 months ago

1.4.1

5 months ago

1.4.0

5 months ago

1.3.0

5 months ago

1.2.0

5 months ago

1.1.0

5 months ago

1.0.1

5 months ago

1.0.0

6 months ago