localbitcoins
localbitcoins copied to clipboard
Ruby client for the LocalBitcoins API.
How to get rid of this
Hi, I'm working on a 2.0 branch for this; my fork is https://github.com/tennantje/localbitcoins which I forked from https://github.com/zachlatta/localbitcoins (who has also made some recent improvements). **Why 2.0?** With no updates...
One thing I'm really missing with this gem is the ability to specify limited fields. For example: `https://localbitcoins.com/buy-bitcoins-online/cad/interac-e-transfer/.json?fields=online_provider` trims down all the data to just the `online_provider` attribute. I may...