If it is inappropriate for me to create a thread here that lets me document and share some scripts I've written using your module, please let me know and I'll stop. Optionally, would enabling the Wiki feature for this GitHub module be a better option? Or would you prefer I fork your module and use the Wiki or Issues section within my own fork of this module?
Basically, I want to contribute to your module and share in my own small way without being a nuisance. So let me know if I'm being a nuisance by creating a new Issue called Code Samples. :-)
My first set of code samples that I'll post here were written to get me familiar with your module and the data it retrieves from Coinbase's API. All they do is create variables and arrays that I might use in future scripts that will perform more functionality.
These scripts are variable overkill, because they each also create an array. I start with just the Public functions you created. When done, you'll end up with almost 2,400 $CBP* variables.
Public Functions
Name Category Module Synopsis
---- -------- ------ --------
Get-CoinbaseProCurrencies Function CoinbasePro-Powershell ...
Get-CoinbaseProPaymentMethods Function CoinbasePro-Powershell ...
Get-CoinbaseProProductOrderBook Function CoinbasePro-Powershell ...
Get-CoinbaseProProducts Function CoinbasePro-Powershell ...
Get-CoinbaseProProductStats Function CoinbasePro-Powershell ...
Get-CoinbaseProProductTicker Function CoinbasePro-Powershell ...
Get-CoinbaseProProductTrades Function CoinbasePro-Powershell ...
Get-CoinbaseProTime Function CoinbasePro-Powershell ...
If it is inappropriate for me to create a thread here that lets me document and share some scripts I've written using your module, please let me know and I'll stop. Optionally, would enabling the Wiki feature for this GitHub module be a better option? Or would you prefer I fork your module and use the Wiki or Issues section within my own fork of this module?
Basically, I want to contribute to your module and share in my own small way without being a nuisance. So let me know if I'm being a nuisance by creating a new Issue called Code Samples. :-)
My first set of code samples that I'll post here were written to get me familiar with your module and the data it retrieves from Coinbase's API. All they do is create variables and arrays that I might use in future scripts that will perform more functionality.
These scripts are variable overkill, because they each also create an array. I start with just the Public functions you created. When done, you'll end up with almost 2,400 $CBP* variables.
Public Functions