42dx / edgio-go-sdk

Go SDK implementing Edgio's REST API
http://github.42dx.dev/edgio-go-sdk/
MIT License
8 stars 1 forks source link

[FEATURE] GetBy<Key|Name|Slug> #42

Closed rafapaulin closed 5 months ago

rafapaulin commented 5 months ago

Description

Edgio's REST API does not support get by on its get methods, and sometimes the necessary ID may not be available to perform a GET method by entity's ID. Getting the entity by a human readable parameter may prove useful.

Proposed Solution

As a developer, I want to be able to get an entity by its name/slug/key, so that I can perform my operations based on data other than Edgio entity's IDs

Alternatives / Workarounds

Perform a full scope set of GET calls (potentially Org > Property > Environment > Environment Variable), and filter each manually.

Acceptance Criteria

Additional Context

N/A

References

N/A

Code of Conduct

Upvote & Fund

Fund with Polar

42dx-bot[bot] commented 5 months ago

:tada: This issue has been resolved in version 1.0.0-beta.5 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: