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

Load Balancer API intergration #170

Merged
merged 1 commit into from
May 27, 2017
Merged

Conversation

jwh315
Copy link
Contributor

@jwh315 jwh315 commented May 5, 2017

I am opening this pull request to see if you guys would be interested in merging my load balancer implementation.

This is a bit different than the rest of the API calls in this library. The DO load balancer API requires that you pass in full state representations of your load balancer on update, and also requires several smaller object maps for creating a new load balancer.

Because of this, I decided to make use of the Entity classes. These new LB calls will allow the user to pass in entities or arrays into methods as opposed to the standard primitives that the other calls normally utilize. I went this direction so I could build out my load balancer models with the benefit of my IDEs intellisense.

@Teevio
Copy link
Contributor

Teevio commented May 18, 2017

👍

@yassirh
Copy link
Contributor

yassirh commented May 27, 2017

I will review this today and merge it 👍

@yassirh yassirh self-assigned this May 27, 2017
@yassirh yassirh merged commit 4948dbf into DigitalOceanPHP:master May 27, 2017
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.

None yet

3 participants