fastly / fastly-py

A Fastly API client for Python
https://pypi.org/project/fastly/
MIT License
77 stars 59 forks source link

List services endpoint? #8

Closed joestump closed 4 years ago

joestump commented 11 years ago

Looks like this isn't supported? The API documents are ambiguous on if you can even get a list of services, but it seems possible?

http://docs.fastly.com/docs/api#service

lisac commented 7 years ago

I've taken a stab at this in PR #29 .

dcmoore-gd commented 6 years ago

@joestump Now that @psbanka has merged #30 (which included functionality in @lisac's #29) your request should be addressed in and I think this issue can be closed.

agassner commented 5 years ago

API.services() call is not in pypi, any issue with the release? The code is there https://github.com/fastly/fastly-py/blob/master/fastly/fastly.py#L28-L29