linode / linodego

Go client for Linode REST v4 API
MIT License
138 stars 81 forks source link

Restored legacy PagedResponse structs and added deprecation notice #539

Closed ezilber-akamai closed 3 months ago

ezilber-akamai commented 3 months ago

📝 Description

Restored legacy PagedResponse structs and added deprecation notice

zliang-akamai commented 3 months ago

Just a thought, since they are all in the root package linodego, would it be better to put every deprecated structs in a single file?

ezilber-akamai commented 3 months ago

Just a thought, since they are all in the root package linodego, would it be better to put every deprecated structs in a single file?

Good idea! It would make it much simpler to phase them out when that eventually happens.