|
BmnRoot
|
Variables | |
| str | url = 'https://bmn.jinr.int/wp-json/wp/v2' |
| dict | header = {'Authorization': 'Basic ' + os.environ.get('DOCS_CREDENTIALS')} |
| postID = os.environ.get('DOCS_ALL_MACROS_POST_ID') | |
| json_data = None | |
| result = requests.post(url + "/pages/" + postID , headers=header, json=json_data) | |
| dict publish_test_results.header = {'Authorization': 'Basic ' + os.environ.get('DOCS_CREDENTIALS')} |
Definition at line 7 of file publish_test_results.py.
| publish_test_results.json_data = None |
Definition at line 10 of file publish_test_results.py.
| publish_test_results.postID = os.environ.get('DOCS_ALL_MACROS_POST_ID') |
Definition at line 8 of file publish_test_results.py.
| publish_test_results.result = requests.post(url + "/pages/" + postID , headers=header, json=json_data) |
Definition at line 14 of file publish_test_results.py.
| str publish_test_results.url = 'https://bmn.jinr.int/wp-json/wp/v2' |
Definition at line 6 of file publish_test_results.py.