-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Follow base api 1.0 #8
base: master
Are you sure you want to change the base?
Conversation
|
||
public function getUrl() | ||
{ | ||
return 'youtube/v3/videos'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To force a user extending AbstractApi to define theses methods.
He don't have to if they are just consts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and with return self::URL; ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see the interest of having 2 way to get the information
@Nek- How is the PR coming ? |
@Shine-neko The problem is that it need I fork guzzle first. guzzle/guzzle#944 (comment) And I'm currently super-buzy. |
No description provided.