Unofficial Linode SDK for Swift
Introduction The Linode API provides the ability to programmatically manage the full range of Linode products and servic
Moved event, invoice, and payment to the Account struct
Updated error to make reason public
Updated data models to be public
Bump Version
Added Endpoints: LinodeType, Node Balancer, Object Storage Bucket, Volumes Cleaned up APIEndpoint Standardized list function Added tests
Added nullability for some response object properties based on the Linode API documentation
Added support for the following endpoints: Account.Event.list() Account.Event.view(eventId) Account.Invoice.list() Account.Invoice.view(invoiceI…