DeepThought
DeepThought copied to clipboard
Write test cases for the methods in coinbase_api.py
The coinbase_api.py file contains the class and all the functions for obtaining information from the coinbase api. Some error handling has been put in place, but I doubt it is all encompassing and I am sure the methods in there could use some stress testing and fixing.
Any libraries that you'd want me to use for the stress testing? @ryanr08
Any libraries that you'd want me to use for the stress testing? @ryanr08
No not really. I'd say the main purpose of this is to:
- Fix any bugs in the code
- Define limits / boundaries for the code (e.g. what's the furthest back the SMA calculator goes? Is it accurate? etc...).
- Maybe even improve any functions if you find any problems
Gotcha!
Gotcha!
Can you assign this to me? I'd like to work on this @ryanr08
Hey @ryanr08 where do I find my COINBASE_SECRET?
Hey @ryanr08 where do I find my COINBASE_SECRET?
When you set up your API key on coinbase pro it should have given you your secret key.