forked from aws/aws-parallelcluster
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix URL encoding for pcluster API client example
Fix URL encoding for pcluster API client example, that was causing an error when using additional parameters like next_token. The next_token may contain special chars like "/" that needs to be encoded before passing the request to the API gateway. The new client was generated by running the command `./gradlew generatePythonClient`. Signed-off-by: Luca Carrogu <[email protected]>
- Loading branch information
1 parent
0644632
commit 2c693cd
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters