DigitalOceanPHP / Client

DigitalOcean API v2 client for PHP
MIT License
709 stars 205 forks source link

Implement links information about the response #7

Closed toin0u closed 4 years ago

toin0u commented 10 years ago

More info here

toin0u commented 10 years ago

For the record https://github.com/digitaloceancloud/api-v2/issues/40#issuecomment-47732034

Teevio commented 7 years ago

Updated link for relevant docs: https://developers.digitalocean.com/documentation/v2/#links

GrahamCampbell commented 4 years ago

Moving to part of the v4 design issue https://github.com/DigitalOceanPHP/DigitalOceanV2/issues/249. I am planning to smash out a fresh package for v4 which will feel like the old package, but have none of the issues and all of the compatibility. ;)

GrahamCampbell commented 4 years ago

EDIT: Pagination is now implemented in v3.0.0 without using links. Once we remove entities in v4, we'll be able to re-implement pagination using links, properly.