Skip to main content

Customization

1. Custom provider

Extend customization by incorporating custom providers and integrating them into the refresh flow. This is the easiest way to add custom business logic to retrieve data from a data provider. Go to setup guide for more information

2. Flexible HTTP package

Utilize the flexible HTTP package to configure HTTP requests to a data provider. Refer to the configuration guide for instructions on how to set this up.

3. Refresh service from scratch

For ultimate customization, consider implementing the refresh service from scratch to tailor it precisely to your specific needs.

Implementing a refresh service from scratch can be useful when you have your own isuer node implementation or have special data processing logic, etc. Check out the current implementation of the refresh service to create your own.