made pylint happy and added enviorment files
This commit is contained in:
18
api/ReclaimAI/Get Events.bru
Normal file
18
api/ReclaimAI/Get Events.bru
Normal 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
|
||||
}
|
||||
11
api/ReclaimAI/Get Tasks.bru
Normal file
11
api/ReclaimAI/Get Tasks.bru
Normal file
@@ -0,0 +1,11 @@
|
||||
meta {
|
||||
name: Get Tasks
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
get {
|
||||
url: https://api.app.reclaim.ai/api/tasks
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
13
api/ReclaimAI/bruno.json
Normal file
13
api/ReclaimAI/bruno.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"version": "1",
|
||||
"name": "ReclaimAI",
|
||||
"type": "collection",
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
".git"
|
||||
],
|
||||
"presets": {
|
||||
"requestType": "http",
|
||||
"requestUrl": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user