Closed gothub closed 4 years ago
@csjx If the method naming convention follows the other resource classes (including QuotasResource), the names for the new UsagesResource
would be:
The UsagesResource
class was created, and the associated usage functions removed from QuotasResource
in commit 03bc8eaa194b1796f969e3097efd4450b9e5a9b8
During multiple developer meetings, it was determined that the quotas and usages REST endpoints should be updated to conform to this list:
This will require a new
UsagesResource
class that will handle the/usage
endpoints. The usage methods will be removed fromQuotasResource
. The new class/method configuration will be: