fog / fog-vsphere

Fog for vSphere
MIT License
36 stars 63 forks source link

Encapsulate requests #197

Open ezr-ondrej opened 5 years ago

ezr-ondrej commented 5 years ago

As discussed in https://github.com/fog/fog-vsphere/pull/195, it would be nice not to pollute class Fog::Vsphere::Compute::Real that much and encapsulate each request in separate request class. I'll try to do that and tag this issue for that.