-
1) I cloned the repo and followed readme to do
npm install --save edgegrid
I got this error: npm WARN install Refusing to install edgegrid as a dependency of itself
so I did npm install
2) How do I ru…
-
I'm reading an INI file that has no unnamed section, but it's writing out an unnamed section at the top (same as the "default" section). How can I avoid this?
ghost updated
8 years ago
-
Suggested one-line patch (to get working with latest EdgeGrid):
`$ git diff
diff --git a/app.js b/app.js
index 235eedd..4395ca0 100644
--- a/app.js
+++ b/app.js
@@ -22,7 +22,7 @@ var bodyParser = req…
-
Please add support for ingesting credentials from a .edgerc file. An example of this can be found in the Python signing library at https://github.com/akamai-open/AkamaiOPEN-edgegrid-python . An .edger…
-
There is no timeout in the .edgerc, and the default SLA for our APIs is 300 seconds. Please increase the default timeout appropriately.
This is very important, as I'm getting Travis set up to run ou…
ghost updated
9 years ago
-
pyhack でやることだったり記録だったりを今回から残してみる。
イベントURL http://pyhack.connpass.com/event/21509/
---
### 今回
- Akamai の {OPEN} API 触ってみる
この辺とか https://developer.akamai.com/introduction/index.html
Roadworker の…
-
Per conversation [here](https://github.com/JonathanBennett/AkamaiOPEN-edgegrid-node/issues/10), there are some open questions surrounding the max body size requirements of Akamai's REST API.
The Akam…
-
In current implementation, `AkamaiOPEN-edgegrid-node` explicitly [checks for an undefined `path`](https://github.com/JonathanBennett/AkamaiOPEN-edgegrid-node/blob/master/src/api.js#L54).
However, it …
-
The `max-body` value is hard coded to `2048` in both `edgerc.py` and `edgegrid.py`. Please update the library to honor the `max-body` value set in `.edgerc`.
This is causing issues with large POST b…
-
I'm trying to use httpie with my own custom authentication. I only need a 'section' for auth (the rest comes from a user configuration file'
```
sjc-mpl23:httpie khunter$ http --auth-type=edgegrid -…
ghost updated
9 years ago