Files
pedwfrontend/actions/clients/README.md
T

579 B

Actions Clients

This folder contains extracted client wrappers from actions/index.js as part of the Priority 1 refactor plan.

Current extracted clients:

  • relayClient (shared hash-signing helper used by account/portal/document direct services)
  • endpointClient (shared JSON request helpers for GET and generic axios config requests)

Notes:

  • Core helper extraction and compatibility barrel support remain in place.
  • Additional client extraction (fileClient, notifyClient) can be layered in incrementally without changing public exports from actions/index.js.