Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Add Methods for class Client #6

Merged
merged 1 commit into from
Nov 14, 2017
Merged

Add Methods for class Client #6

merged 1 commit into from
Nov 14, 2017

Conversation

cohki0305
Copy link
Collaborator

@cohki0305 cohki0305 commented Nov 12, 2017

Add methods

  • http private
  • http public

private methods' namespace is named after Bitflyer API documents

@cohki0305 cohki0305 changed the title Add methods Add Methods for class Client Nov 12, 2017
module BitflyerApi
module Methods
module Private
module API
Copy link
Owner

@mc-chinju mc-chinju Nov 12, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The nest is so deep.

I recommend you fix module Bitflyer::Methods::Private::API.

or

module Bitflyer::Methods::Private
  module API
  end
end

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed it!

@mc-chinju
Copy link
Owner

Thank you for your coding! 👍

@cohki0305
Copy link
Collaborator Author

Thank you for reviewing! I merge this pr.

@cohki0305 cohki0305 merged commit 3ffc146 into master Nov 14, 2017
@cohki0305 cohki0305 deleted the add-method branch November 14, 2017 00:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants