-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
287 additions
and
64 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# API testing with Visual Studio Code - REST Client Extention | ||
|
||
POST http://localhost:3080/api/v1/abilities/chroma/start | ||
POST https://localhost:8443/api/v1/abilities/chroma/start | ||
Authorization: Bearer {{PAIOS_BEARER_TOKEN}} | ||
Content-Type: application/json | ||
|
||
### | ||
|
||
POST http://localhost:3080/api/v1/abilities/chroma/stop | ||
POST https://localhost:8443/api/v1/abilities/chroma/stop | ||
Authorization: Bearer {{PAIOS_BEARER_TOKEN}} | ||
Content-Type: application/json |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# API testing with Visual Studio Code - REST Client Extention | ||
|
||
PUT http://localhost:3080/api/v1/config/openapi-key | ||
PUT https://localhost:8443/api/v1/config/openapi-key | ||
Authorization: Bearer {{PAIOS_BEARER_TOKEN}} | ||
Content-Type: application/json | ||
|
||
"abc123" | ||
|
||
### | ||
|
||
GET http://localhost:3080/api/v1/config/openapi-key | ||
GET https://localhost:8443/api/v1/config/openapi-key | ||
Authorization: Bearer {{PAIOS_BEARER_TOKEN}} | ||
Content-Type: application/json |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
OPTIONS http://localhost:3080/api/v1/users | ||
OPTIONS https://localhost:8443/api/v1/users | ||
Origin: http://localhost | ||
Access-Control-Request-Method: GET |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,3 @@ | |
for directory in required_directories: | ||
if not os.path.exists(directory): | ||
os.makedirs(directory) | ||
|
Oops, something went wrong.