mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-23 12:49:09 +00:00
feat(Oura Node): Update node for v2 api (#11604)
This commit is contained in:
8
packages/nodes-base/nodes/Oura/test/apiResponses.ts
Normal file
8
packages/nodes-base/nodes/Oura/test/apiResponses.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export const profileResponse = {
|
||||
id: 'some-id',
|
||||
age: 30,
|
||||
weight: 168,
|
||||
height: 80,
|
||||
biological_sex: 'male',
|
||||
email: 'nathan@n8n.io',
|
||||
};
|
||||
Reference in New Issue
Block a user