Implementing the create endpoint is a fundamental part of any CRUD. Since most of Edgio's REST API operations rely on a property, being able to create one dynamically when needed will a key part of any automated routine of this SDK
Proposed Solution
As a developer, I want to be able to dynamically create an Edgio property through the SDK, so that I can automate some routines.
Alternatives / Workarounds
No response
Acceptance Criteria
[ ] Implement POST Property Edgio's REST API endpoint
[ ] Function should return Property's data in JSON format
Description
Implementing the create endpoint is a fundamental part of any CRUD. Since most of Edgio's REST API operations rely on a property, being able to create one dynamically when needed will a key part of any automated routine of this SDK
Proposed Solution
As a developer, I want to be able to dynamically create an Edgio property through the SDK, so that I can automate some routines.
Alternatives / Workarounds
No response
Acceptance Criteria
POST Property
Edgio's REST API endpointAdditional Context
Conventional Commit Context:
property
References
Code of Conduct
Upvote & Fund