Skip to content

Commit 4b84f75

Browse files
oglowaoglowa
authored andcommitted
glo03-666: initial commit
1 parent f697bb0 commit 4b84f75

File tree

2 files changed

+104
-0
lines changed

2 files changed

+104
-0
lines changed

.gitignore

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
### JetBrains template
2+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
3+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
4+
5+
# User-specific stuff
6+
.idea/**/workspace.xml
7+
.idea/**/tasks.xml
8+
.idea/**/usage.statistics.xml
9+
.idea/**/dictionaries
10+
.idea/**/shelf
11+
12+
# AWS User-specific
13+
.idea/**/aws.xml
14+
15+
# Generated files
16+
.idea/**/contentModel.xml
17+
18+
# Sensitive or high-churn files
19+
.idea/**/dataSources/
20+
.idea/**/dataSources.ids
21+
.idea/**/dataSources.local.xml
22+
.idea/**/sqlDataSources.xml
23+
.idea/**/dynamic.xml
24+
.idea/**/uiDesigner.xml
25+
.idea/**/dbnavigator.xml
26+
27+
# Gradle
28+
.idea/**/gradle.xml
29+
.idea/**/libraries
30+
31+
# Gradle and Maven with auto-import
32+
# When using Gradle or Maven with auto-import, you should exclude module files,
33+
# since they will be recreated, and may cause churn. Uncomment if using
34+
# auto-import.
35+
# .idea/artifacts
36+
# .idea/compiler.xml
37+
# .idea/jarRepositories.xml
38+
# .idea/modules.xml
39+
# .idea/*.iml
40+
# .idea/modules
41+
# *.iml
42+
# *.ipr
43+
44+
# CMake
45+
cmake-build-*/
46+
47+
# Mongo Explorer plugin
48+
.idea/**/mongoSettings.xml
49+
50+
# File-based project format
51+
*.iws
52+
53+
# IntelliJ
54+
out/
55+
56+
# mpeltonen/sbt-idea plugin
57+
.idea_modules/
58+
59+
# JIRA plugin
60+
atlassian-ide-plugin.xml
61+
62+
# Cursive Clojure plugin
63+
.idea/replstate.xml
64+
65+
# SonarLint plugin
66+
.idea/sonarlint/
67+
68+
# Crashlytics plugin (for Android Studio and IntelliJ)
69+
com_crashlytics_export_strings.xml
70+
crashlytics.properties
71+
crashlytics-build.properties
72+
fabric.properties
73+
74+
# Editor-based Rest Client
75+
.idea/httpRequests
76+
77+
# Android studio 3.1+ serialized cache file
78+
.idea/caches/build_file_checksums.ser
79+

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[<img src="https://www.arvato-systems.de/resource/crblob/192802/c1761df5c2dd23860dde84dcc0a7189f/arvato-logo-svg-data.svg" alt="Logo" title="Arvato Systems GmbH" width="250px"/>](https://www.arvato-systems.de/resource/crblob/192802/c1761df5c2dd23860dde84dcc0a7189f/arvato-logo-svg-data.svg "Arvato Systems GmbH")
2+
3+
# Confluence REST API Examples
4+
5+
![Latest Version](https://img.shields.io/badge/release-latest-blue?logo=bitbucket&style=plastic&longCache=true "Latest Version") ![Software License](https://img.shields.io/badge/license-by_Arvato_Systems_GmbH-brightgreen.svg?longCache=true&style=plastic "Software License")
6+
7+
(c) 2024 Oliver Glowa (glo03) / Arvato Systems GmbH
8+
9+
# Description
10+
11+
Containing examples for the [Confluence REST API](https://developer.atlassian.com/server/confluence/confluence-rest-api-examples/) using shell scripts.
12+
13+
# Requirements
14+
15+
- Linux / Unix Shell
16+
or
17+
- Windows Shell
18+
- Cygwin + curl
19+
- Intune-Client or
20+
- https://curl.se/windows/
21+
22+
# Notice
23+
24+
__Examples are working with privat access token (PAT) only!__
25+

0 commit comments

Comments
 (0)