fastly icon indicating copy to clipboard operation
fastly copied to clipboard

Fastly API client for Node.js

Results 10 fastly issues
Sort by recently updated
recently updated
newest added

I also abbreviated the title a bit to make the notice slightly higher / more prominent. Thanks @thisandagain !

Looks like [this change](https://github.com/thisandagain/fastly/commit/85086829958a05faa53b445501d782e4772f356a) broke purging. From the [documentation](https://docs.fastly.com/api/purge): > The main entry point https://api.fastly.com/ for the API is not needed for an individual URL Instant Purge. Also, looks like...

bug
help wanted

closes https://github.com/thisandagain/fastly/issues/44

I'm finding soft purge key to perform hard purges. If I'm following the execution path correctly, I then `fastly-soft-purge: 1` value is being passed as form data rather than a...

Hello @thisandagain! Long time no see. 👋 This module is handy, but it would be more ergonomic in our new async/await world if it supported Promises. I'd be happy to...

feature
help wanted

I changed my key so I am not worried about it anymore, but figured I would mention it here. If you have a key like "some/thing", since the code is...

help wanted

Calling fastly.stats() returns the following error: `Unbounded requests for summary stats are not allowed` Based on the [docs](https://docs.fastly.com/api/stats), I believe the stats _summary_ may no longer be supported.

bug
help wanted

The library should support working with custom VCL's, similar to [the ruby gem](https://github.com/fastly/fastly-ruby). It needs to grow functionality to manage services in general (creating, working with config versions, ..) for...

feature
help wanted

Fastly exposes additional endpoints which use the same authorization scheme, for example `https://rt.fastly.com`, used for real-time analytics.

pr - needs review