Javier Garza
Javier Garza
If the system clock drifts more than 30 seconds apart from the OPEN API Edgegrid server, the user will get an authentication error. This error not caught in almost any...
The latest version of HTTPie (v2.3.0) fails when making POST request using the Edgegrid authentication plugin which uses https://github.com/akamai/AkamaiOPEN-edgegrid-python to make the underlaying calls. I enabled debugging and tracked the...
Using the create-cpcode parameter to create a CP code should return the response from the API (cpcodeLink followed with the endpoint to use to get details about the new CP...
Seems https://github.com/akamai/cli-property-manager/blob/master/src/papi.js is referencing calls to [PAPI v0](https://developer.akamai.com/api/core_features/property_manager/v0.html) which seems to be in BETA, while [PAPI v1 ](https://developer.akamai.com/api/core_features/property_manager/v1.html) is in GA. It should be relatively simple to migrate to v1
1) we should allow searching by hostname (hostname maps 1to1 to a configuration). Sometimes people don't know the name of the configuration they are looking for, but they know the...
Today if you add the --verbose flag for example when creating a new pipeline, you will see debug information (hundreds of lines). I think it will be much more user...
Query strings passed in the browser's URL don't seem to be available under $(QUERY_STRING). For example the browser's URL is: http://localhost:8080/playground?id=1&x=2 And this code shows the values are not passed...
Reloading the browser (CTRL+R) causes any custom code in the left panel of http://localhost:8080/playground to disappear. It would be great if we could use local storage, or at least add...