aristanetworks/cvprac

Create class containing methods that frontend the CVP RESTful APIs

Closed this issue · 1 comments

Worked on 2 projects with cvprac and have to keep creating a class that I mixin with my objects that do CVP RESTful API calls. It makes sense to just create methods with params for the RESTful API calls and return all of the results. The caller of the methods can do any special case processing of the results.

Fixed in PR5