Skip to content

Commit c42d7e8

Browse files
Update import
1 parent d182ff5 commit c42d7e8

6 files changed

Lines changed: 33 additions & 10 deletions

File tree

.claude/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"mcp__claude_ai_Atlassian__getConfluencePage",
5+
"Bash(squaredup status)"
6+
]
7+
}
8+
}

plugins/FantasyPremierLeague/v1/dataStreams/classicLeagues.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
"config": {
66
"httpMethod": "get",
77
"expandInnerObjects": false,
8-
"endpointPath": "entry/{{userID}}",
8+
"endpointPath": "entry/{{datasource.userID}}",
99
"pathToData": "leagues.classic",
1010
"getArgs": [],
1111
"headers": []
1212
},
13-
"manualConfigApply": true,
1413
"rowPath": [],
1514
"metadata": [
1615
{
@@ -60,5 +59,8 @@
6059
],
6160
"timeframes": false,
6261
"matches": "none",
63-
"tags": ["Leagues"]
62+
"tags": ["Leagues"],
63+
"visibility": {
64+
"type": "hidden"
65+
}
6466
}

plugins/FantasyPremierLeague/v1/dataStreams/h2hLeagues.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
"config": {
66
"httpMethod": "get",
77
"expandInnerObjects": false,
8-
"endpointPath": "entry/{{userID}}",
8+
"endpointPath": "entry/{{datasource.userID}}",
99
"pathToData": "leagues.h2h",
1010
"getArgs": [],
1111
"headers": []
1212
},
13-
"manualConfigApply": true,
1413
"rowPath": [],
1514
"metadata": [
1615
{
@@ -56,5 +55,8 @@
5655
],
5756
"timeframes": false,
5857
"matches": "none",
59-
"tags": ["Leagues"]
58+
"tags": ["Leagues"],
59+
"visibility": {
60+
"type": "hidden"
61+
}
6062
}

plugins/FantasyPremierLeague/v1/dataStreams/managerHistory.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"config": {
55
"httpMethod": "get",
66
"expandInnerObjects": true,
7-
"endpointPath": "entry/{{userID}}/history",
7+
"endpointPath": "entry/{{datasource.userID}}/history",
88
"pathToData": "past",
99
"getArgs": [],
1010
"headers": []

plugins/FantasyPremierLeague/v1/dataStreams/managerInformation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"config": {
44
"httpMethod": "get",
55
"expandInnerObjects": true,
6-
"endpointPath": "entry/{{userID}}",
6+
"endpointPath": "entry/{{datasource.userID}}",
77
"pathToData": "",
88
"getArgs": [],
99
"headers": []
1010
},
11-
"manualConfigApply": true,
11+
1212
"rowPath": [],
1313
"metadata": [
1414
{

plugins/FantasyPremierLeague/v1/dataStreams/managerSummary.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,16 @@
100100
"displayName": "Manager Summary",
101101
"baseDataSourceName": "httpRequestUnscoped",
102102
"matches": "none",
103-
"tags": ["Manager"]
103+
"tags": ["Manager"],
104+
"ui": [
105+
{
106+
"name": "userID",
107+
"label": "Manager ID",
108+
"type": "text",
109+
"placeholder": "Enter manager ID e.g. 1234567",
110+
"validation": {
111+
"required": true
112+
}
113+
}
114+
]
104115
}

0 commit comments

Comments
 (0)