There are two new APIs:
GET /1.3/account/billing_summary/YYYY-MM
GET /1.3/account/billing_summary/YYYY-MM/detailed
See if they require one or two methods in UpCloudApi trait.
Also, check how they parse and if they conflict with any of the resources.
https://developers.upcloud.com/1.3/3-accounts/#get-monthly-billing-summary
https://developers.upcloud.com/1.3/3-accounts/#get-detailed-monthly-billing-summary
This is separate from #3 but the implied (new) Billing resource will be a mess.
There are two new APIs:
GET /1.3/account/billing_summary/YYYY-MMGET /1.3/account/billing_summary/YYYY-MM/detailedSee if they require one or two methods in
UpCloudApitrait.Also, check how they parse and if they conflict with any of the resources.
https://developers.upcloud.com/1.3/3-accounts/#get-monthly-billing-summary
https://developers.upcloud.com/1.3/3-accounts/#get-detailed-monthly-billing-summary
This is separate from #3 but the implied (new)
Billingresource will be a mess.