square / connect-api-specification

This repository contains the OpenAPI specification as well as templates for generating SDKs for Square's APIs
https://squareup.com/developers
Apache License 2.0
72 stars 35 forks source link

Ruby: remove JSON dep #110

Open ghiculescu opened 6 years ago

ghiculescu commented 6 years ago

fixes https://github.com/square/connect-ruby-sdk/issues/36

JSON is in the standard lib as of ruby 1.9, which this gem requires anyway.

See also https://www.mikeperham.com/2016/02/09/kill-your-dependencies/

ghiculescu commented 6 years ago

ps. i would love to see a PR that removes typhoeus and just uses Net::HTTP. would you consider this?