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

Use a slightly more rubyish approach to naming #56

Merged
merged 3 commits into from
Jan 17, 2015
Merged

Use a slightly more rubyish approach to naming #56

merged 3 commits into from
Jan 17, 2015

Conversation

weppos
Copy link
Member

@weppos weppos commented Jan 17, 2015

client.domains.list (alias for client.domains.domains)
client.domains.domain (was client.domains.find)
client.domains.records (was client.domains.list_records)
client.domains.create_record
client.domains.record (was client.domains.find_record)
client.domains.update_record
client.domains.delete_record

    client.domains.list (alias for client.domains.domains)
    client.domains.find -> client.domains.domain
    client.domains.records (was client.domains.list_records)
    client.domains.record (was client.domains.find_record)
    client.domains.create_record
    etc
@weppos weppos self-assigned this Jan 17, 2015
weppos added a commit that referenced this pull request Jan 17, 2015
Use a slightly more rubyish approach to naming
@weppos weppos merged commit b6d169a into master Jan 17, 2015
@weppos weppos deleted the rubyish branch January 17, 2015 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant