mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 01:49:12 +00:00
1.1.2
This commit is contained in:
parent
1eda4729d4
commit
fdc0515939
5 changed files with 183 additions and 82 deletions
|
@ -29,10 +29,15 @@ pub enum Source {
|
|||
Read,
|
||||
// From ARK Invest
|
||||
Ark,
|
||||
// From api.NexVeridian.com (Default)
|
||||
// From api.NexVeridian.com
|
||||
#[default]
|
||||
ApiIncremental,
|
||||
// From api.NexVeridian.com, not usually nessisary, use ApiIncremental
|
||||
// From api.NexVeridian.com, not usually nessisary, use ApiIncremental
|
||||
ApiFull,
|
||||
// From arkfunds.io/api, avoid using, use ApiIncremental instead
|
||||
ArkFundsIoIncremental,
|
||||
// From arkfunds.io/api, avoid using, use ApiFull instead
|
||||
ArkFundsIoFull,
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue