-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Manuel Ruck <[email protected]>
- Loading branch information
Manuel Ruck
committed
Aug 17, 2024
1 parent
1bd5b98
commit 2a1441c
Showing
5 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"version": "1", | ||
"name": "democracy-development", | ||
"type": "collection", | ||
"ignore": [ | ||
"node_modules", | ||
".git" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
vars { | ||
non-named-votes-ai-token: CHANGE_ME | ||
} |
15 changes: 15 additions & 0 deletions
15
bruno/democracy-development/non-named-votes-ai/deleteAll.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
meta { | ||
name: deleteAll | ||
type: http | ||
seq: 1 | ||
} | ||
|
||
delete { | ||
url: http://localhost:3005/all | ||
body: none | ||
auth: none | ||
} | ||
|
||
headers { | ||
authorization: Token {{non-named-votes-ai-token}} | ||
} |
20 changes: 20 additions & 0 deletions
20
bruno/democracy-development/non-named-votes-ai/getBeschlusstext 2.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
meta { | ||
name: getBeschlusstext 2 | ||
type: http | ||
seq: 3 | ||
} | ||
|
||
get { | ||
url: http://localhost:3005/beschlusstext?title=Gesetz zu dem Protokoll vom 6. Juli 2023 zur Änderung des Abkommens vom 23. April 2012 zwischen der Bundesrepublik Deutschland und dem Großherzogtum Luxemburg zur Vermeidung der Doppelbesteuerung und Verhinderung der Steuerhinterziehung auf dem Gebiet der Steuern vom Einkommen und vom Vermögen (Deutsch-luxemburgisches Steuerabkommen)&pdfUrl=https://dserver.bundestag.de/btp/20/20131.pdf#P.16409 | ||
body: none | ||
auth: none | ||
} | ||
|
||
params:query { | ||
title: Gesetz zu dem Protokoll vom 6. Juli 2023 zur Änderung des Abkommens vom 23. April 2012 zwischen der Bundesrepublik Deutschland und dem Großherzogtum Luxemburg zur Vermeidung der Doppelbesteuerung und Verhinderung der Steuerhinterziehung auf dem Gebiet der Steuern vom Einkommen und vom Vermögen (Deutsch-luxemburgisches Steuerabkommen) | ||
pdfUrl: https://dserver.bundestag.de/btp/20/20131.pdf#P.16409 | ||
} | ||
|
||
headers { | ||
authorization: Token {{non-named-votes-ai-token}} | ||
} |
21 changes: 21 additions & 0 deletions
21
bruno/democracy-development/non-named-votes-ai/getBeschlusstext.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
meta { | ||
name: getBeschlusstext | ||
type: http | ||
seq: 2 | ||
} | ||
|
||
get { | ||
url: http://localhost:3005/beschlusstext?title=Kommission zur Reform des Wahlrechts und zur Modernisierung der Parlamentsarbeit&pdfUrl=https://dserver.bundestag.de/btp/20/20020.pdf#P.1464&drucksachen=20/1023 | ||
body: none | ||
auth: none | ||
} | ||
|
||
params:query { | ||
title: Kommission zur Reform des Wahlrechts und zur Modernisierung der Parlamentsarbeit | ||
pdfUrl: https://dserver.bundestag.de/btp/20/20020.pdf#P.1464 | ||
drucksachen: 20/1023 | ||
} | ||
|
||
headers { | ||
authorization: Token {{non-named-votes-ai-token}} | ||
} |