Skip to content
/ confluenceapi Public template

Interact with confluence Rest API using python to update the table in the page

Notifications You must be signed in to change notification settings

ganeshhnalla/confluenceapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This is a Python project template

Getting Started

First, create a environment

cd /path/to/project
mkdir env.py

Next, create variables mentioned in the import env

BASE_URL=""
EMAIL=""
API=""
SPACEKEY=""

Run Python file by pasting the below code in terminal

cd /path/to/project
python app.py

Check the terminal to see the result.

You can start editing the page by modifying app.py.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Python GitHub repository - your feedback and contributions are welcome!

About

Interact with confluence Rest API using python to update the table in the page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages