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

Added Get (by id) func to variable pkg #49

Closed rafapaulin closed 5 months ago

rafapaulin commented 5 months ago

Proposed Changes

Adding variable.Get method to implement the related functionality on Edgio's REST API.

Contribution type

Related Issue(s)

Motivation, Context and Extra Info

Add supported REST API functionality to the SDK.

Checks

General

Code Standards

Documentation and reliability

Testing

How to verify the changes

1.Running the main.go file should run the developed functions returning relevant results.

Screenshots (if appropriate)

N/A