The functions are separated in subfolders uner example
-
Restapi→ Base folder for all REST-API examples -
Projectdoc→ Examples using the Projectdoc Toolbox
Starting a function is easy from the shell (commandline)
php -f ./example/<subfolder>/<function>.php
E.g.
php -f ./example/search/searchpage.php
The results are printed to the console or into a file in the target folder
./target/<subfolder>/<yyyymmdd-hhnnss>/<function>.<extension>
The output can be
-
Text
-
CSV
-
JSON
-
Move code from PoC to OO
-
Create simple write actions
-
Create examples and describe their purpose
-
Describe the installation and usage of this library
-
Decouple
IConnectionProviderto support different provider -
Externalize functions for the Projectdoc Toolbox into its own library
-
Decouple the REST-API definitions to support different Confluence versions (e.g. Cloud) or Atlassian tools (e.g. Jira)
-
Create write actions by batch
-
Configuration - How to configure
-
Composer Commands - New commands for composer
-
Analysis - Project Status
(c) 2024 by Oliver Glowa