BTCMarkets / API

API
119 stars 30 forks source link

Suggestion for extra ruby code sample #118

Closed matthewbretherton closed 6 years ago

matthewbretherton commented 6 years ago

You may wish to add this example kine of code to your 'Sample Code' section

puts b.post_order_open( {"currency":"AUD","instrument":"BTC","limit":10,"since":0})

on the https://github.com/nolim1t/btcmarkets-gem page

It offers an example of a post with parameters and may save people reading the code closely to understand the mapping within method missing to a well formed request

Rgds matthew@bretherton.id.au

justin-ngin commented 6 years ago

Hi @matthewbretherton ,

This Ruby client is not officially supported sample code, and as we don't own it, we have no influence over their documentation. If you would like to see their documentation updated, I suggest you create this issue on their GitHub page directly.

Cheers, Justin