Skip to content
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

undefined method `getByUrl' for #<Google::APIClient::Resource:0x51f860a NAME:blogs> #50

Closed
techvineet opened this issue May 3, 2013 · 2 comments
Assignees
Labels
🚨 This issue needs some love. triage me I really want to be triaged.

Comments

@techvineet
Copy link

When I try to get blog by url it throws this error:-

undefined method `getByUrl' for #<Google::APIClient::Resource:0x51f860a NAME:blogs>

I am doing this:-

blogger = client.discovered_api('blogger', 'v3')
blogger.blogs.getByUrl

but this works
blogger.blogs.get

Thanks in advance.

@sporkmonger
Copy link
Contributor

You want get_by_url.

@yoshi-automation yoshi-automation added triage me I really want to be triaged. 🚨 This issue needs some love. labels Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚨 This issue needs some love. triage me I really want to be triaged.
Projects
None yet
Development

No branches or pull requests

4 participants
@sporkmonger @techvineet @yoshi-automation and others