Services
Shared services such as Axios, Koii PoRT & utility functions. You can find more useful functions in utils/index.ts
General Structure
Axios
The Axios service is responsible for creating the default axios
config that's been used for every single API call. For example:
PoRT
Implementation of the Koii-Port
and this is to be used when you want to trigger an attention to the PoRT using propagatePoRT
Utils
Collection of different utility functions that you can add to. e.g services/utils
Last updated