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

Remove Resource Factory #274

Merged
merged 12 commits into from
Oct 5, 2022
Merged

Conversation

jriddle-linode
Copy link
Collaborator

  • endpoints are now sprintfs
  • all code relevant to an endpoint is in its respective file instead of spread out through code base

@jriddle-linode jriddle-linode marked this pull request as ready for review September 15, 2022 22:22
@@ -59,72 +58,6 @@ type Client struct {
loadedProfile string

configProfiles map[string]ConfigProfile

Account *Resource
Copy link
Contributor

Choose a reason for hiding this comment

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

Just a note that we'll need to add a breaking change note to the release notes

@jriddle-linode jriddle-linode merged commit 9ecf395 into linode:main Oct 5, 2022
@jriddle-linode jriddle-linode deleted the reclient branch October 5, 2022 19:11
lgarber-akamai pushed a commit to lgarber-akamai/linodego that referenced this pull request Feb 13, 2023
removed resource factory from client that was used to generate endpoint urls
moved URLs to strings and sprints
reformatted some code to simplify and make all the files more similar
lgarber-akamai pushed a commit to lgarber-akamai/linodego that referenced this pull request Feb 13, 2023
removed resource factory from client that was used to generate endpoint urls
moved URLs to strings and sprints
reformatted some code to simplify and make all the files more similar
lgarber-akamai pushed a commit to lgarber-akamai/linodego that referenced this pull request Feb 13, 2023
removed resource factory from client that was used to generate endpoint urls
moved URLs to strings and sprints
reformatted some code to simplify and make all the files more similar
lgarber-akamai pushed a commit to lgarber-akamai/linodego that referenced this pull request Feb 14, 2023
removed resource factory from client that was used to generate endpoint urls
moved URLs to strings and sprints
reformatted some code to simplify and make all the files more similar
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