(c) Technocore - All Rights Reserved.
NOTICE: All information contained herein is, and remains
the property of TechnoCore.
The intellectual and technical concepts contained
herein are proprietary to TechnoCore and
dissemination of this information or reproduction of this material
is strictly forbidden unless prior written permission is obtained
from TechnoCore.
Author : vheyn@technocore.co.za
Wiki - technocoreauto.atlassian.net/wiki
Use this key to access your organization via the Atlassian Admin API.
Create a new page
Standard page API endpoint
https://technocoreauto.atlassian.net/wiki/rest/api/content
AsyncHttpClient client = new DefaultAsyncHttpClient();
client.prepare("POST", "https://technocoreauto.atlassian.net/wiki/rest/api/content")
.setHeader("Content-Type", "application/json")
.setHeader("Authorization", "Basic dmhleW5AdGVjaG5vY29yZS5jby56YTpjVnhTamk1UEJZMjNsQlNha3JWbkFCMDY=")
.setBody("{\"type\":\"page\",\n\"title\":\"new page\",\n\"space\":{\"key\":\"axion\"},\"body\":{\"storage\":{\"value\":\"<p>This is <br/> a new page</p>\",\"representation\":\n\"storage\"}}}")
.execute()
.toCompletableFuture()
.thenAccept(System.out::println)
.join();
client.close();
cythonize -3 -a -i ObjServiceConfluence.py
Compiling /home/axion/projects/axion/factory.service/package.core/ObjServiceConfluence.py because it changed..[1/1] Cythonizing /home/axion/projects/axion/factory.service/package.core/ObjServiceConfluence.py
Updated : 2025-09-10