Closed lisac closed 6 years ago
for Issue #8.
usage:
import fastly api = fastly.API() api.authenticate_by_key('MYKEY') services = api.services() # to browse: for s in services: print(s.attrs['name'], s.attrs['id'])
no need for this PR; it's addressed in #30. thanks!
for Issue #8.
usage: