You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Writing a DaLI data loader plugin has high impact on the functionality and usefulness of both DaLI and RP2. Data loader plugins are well-defined, encapsulated modules that translate native exchange REST API-based data into DaLI's standard format. As such they are good first issues for newcomers to the the project.
This just got a lot easier. I found out BitGet has an API method for taxes that joins and pulls all relevant tax records. An exchange that actually makes it easier to do taxes! Go figure.
Oh, interesting: what's the format like? BTW, unrelated, but thanks for going through all and trying to close all the old bugs that got fixed with your latest commits!
Writing a DaLI data loader plugin has high impact on the functionality and usefulness of both DaLI and RP2. Data loader plugins are well-defined, encapsulated modules that translate native exchange REST API-based data into DaLI's standard format. As such they are good first issues for newcomers to the the project.
Before starting, please read the contributing guidelines.
Plugin development is described in the developer documentation, in particular read the Dali Internals and Plugin Development sections, which contain all the information needed to build a new data loader plugin.
BitGet REST API is documented here: https://bitgetlimited.github.io/apidoc/en/spot/#welcome
The Binance plugin can be used as an example.
Before submitting a PR for the new plugin, make sure to go through the DaLI Plugin Laundry List.
Id-based and page-based pagination will need to be implemented.
Tasks for this issue
Page-based PaginationTests for Page-based PaginationThe text was updated successfully, but these errors were encountered: