made pylint happy and added enviorment files

This commit is contained in:
2024-06-15 18:42:52 +02:00
parent eb995294f1
commit 6f272ff021
15 changed files with 218 additions and 44 deletions

View File

@@ -0,0 +1,18 @@
meta {
name: Get Events
type: http
seq: 3
}
get {
url: https://api.app.reclaim.ai/api/events?start=2024-06-13&end=2024-06-14&sourceDetails=true&allConnected=true
body: none
auth: inherit
}
params:query {
start: 2024-06-13
end: 2024-06-14
sourceDetails: true
allConnected: true
}