trmcnvn / DigitalOcean.API

:whale2: .NET implementation of the DigitalOcean API
MIT License
126 stars 49 forks source link

LoadBalancerClient All single object response routes - unpopulated response object #99

Open pgray64 opened 3 years ago

pgray64 commented 3 years ago

LoadBalancerClient is checking the wrong root element (load_balancers instead of load_balancer) when deserializing the result of POST for creating a new load balancer.

This results in the LoadBalancer response object never being populated

This is an issue for all routes that return a single LoadBalancer