AkamaiOPEN-edgegrid-node icon indicating copy to clipboard operation
AkamaiOPEN-edgegrid-node copied to clipboard

Results 19 AkamaiOPEN-edgegrid-node issues
Sort by recently updated
recently updated
newest added
trafficstars

Add documentation to `eg.auth()` with respect to the `encoding` parameter which should be set to `null` when trying to save PDF invoices from the invoicing api.

pr

In reference to #52 See the two files attached for tests. They are used as body for requests to Cloudlet Edge Redirector API. Without escaping unicode characters, signature is wrong...

pr

This solves #33 by processing API responses and making sure they are JSON. When an HTML response is encountered, the code builds a standard response and populates the `title` and...

pr

Add the option to provide a web proxy to the send method.

pr

Adding a retry for cases where we get a 500 - it tries 5 times then gives up.

pr

Akamai Forward rewrite Cloudlet api has a max-body size of 131072. The current node implementation uses a hard coded value of 2048. This change allows the value to come from...

pr

Implemented environment variables for the api interaction in node. To test: * Install the version on the branch * mv your .edgerc to the side to avoid using it *...

pr

HI, I keep getting the following issue: "type": "https://problems.purge.akamaiapis.net/-/pep-authn/request-error" "title": "Bad request", "status": 400, "detail": "Invalid timestamp" I've read it's to do with not syncing with NTP time. How would...

I need to use proxy and can't figure out how to modify, any tips?

As API calls can be rate-limited, there should be an option within the edgegrid library to rate-limit. Rate limiting could be applied elsewhere, but the most logical place would be...