Mastercard / oauth1-signer-ruby

Zero dependency library for generating a Mastercard API compliant OAuth signature.
https://developer.mastercard.com/platform/documentation/security-and-authentication/using-oauth-1a-to-access-mastercard-apis/
MIT License
5 stars 0 forks source link

Namespaced classes etc as per issue #19 #22

Closed amasses closed 1 year ago

amasses commented 1 year ago

PR checklist

Link to issue/feature request: https://github.com/Mastercard/oauth1-signer-ruby/issues/19

Description

This change moves lib/oauth.rb into lib/mastercard/oauth.rb and moves OAuth to Mastercard::OAuth to prevent conflicts at the top level. Fixes #19