Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Being able to select a different API #8

Open
BitcoinMitchell opened this issue Apr 11, 2019 · 2 comments
Open

[Feature Request] Being able to select a different API #8

BitcoinMitchell opened this issue Apr 11, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@BitcoinMitchell
Copy link
Contributor

CoinGekko is currently hardcode as the API used by the PaperLedger, but it might be nice to be able to add different API's (for example BitcoinAverage). This would require abstraction the API and creating providers to deal with the differences between API's.

@AIFanatic
Copy link
Owner

Agreed, this would be great.

I have recently come across JSONPath (https://goessner.net/articles/JsonPath/) which might be a viable option to abstract the json parsing layer.

The providers would be handled through the frontend in some form of extension/addon solution.

@BitcoinMitchell
Copy link
Contributor Author

In the first iteration I would add the providers hard-coded into the firmware, after that it might be interesting if people were actually able to add their own, dynamically.

@AIFanatic AIFanatic added enhancement New feature or request and removed feature labels Apr 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants