Auto-refresh API when data is deleted or modified

  • godwin_nocode-1300794724554117132

    Godwin

    6 months ago

    Does anyone have an on how to refresh an API when a data is modified or deleted?
  • building_stuff-1300795351971926080

    Janis

    6 months ago

    The easiest way as far as I know is to refetch the api. So when you update or modify something make a GET request on the success event of the PATCH/DELETE request