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

dcim{,_related-connections}: added support for endpoint #5

Merged
merged 1 commit into from
Jul 26, 2016

Conversation

allanliu
Copy link

please check :)

@@ -39,3 +39,11 @@ type DeviceIdentifier struct {
ID int `json:"id"`
Name string `json:"name"`
}

// SimpleIdentifier represents a simple thing that consists of only an id, name,
Copy link
Contributor

Choose a reason for hiding this comment

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

Make this uppercase ID for consistency with Go style.

Copy link
Contributor

Choose a reason for hiding this comment

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

Nitpick: how about "object" instead of "thing"?

@mdlayher
Copy link
Contributor

Add your name to the AUTHORS file as part of this PR as well!

@allanliu allanliu force-pushed the feature/dcim_related-connections branch from b122ffb to 854fd8f Compare July 26, 2016 21:10
@@ -39,3 +39,11 @@ type DeviceIdentifier struct {
ID int `json:"id"`
Name string `json:"name"`
}

// SimpleIdentifier represents a simple thing that consists of only an ID, name,
Copy link
Contributor

Choose a reason for hiding this comment

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

Change "thing" to "object".

@allanliu allanliu force-pushed the feature/dcim_related-connections branch from 854fd8f to 7ab428c Compare July 26, 2016 21:30
@allanliu allanliu force-pushed the feature/dcim_related-connections branch from 7ab428c to 45c50a6 Compare July 26, 2016 21:38
@mdlayher mdlayher merged commit f2becec into master Jul 26, 2016
@mdlayher mdlayher deleted the feature/dcim_related-connections branch July 26, 2016 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants