You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(deeplinks): remove nonexistent GET /deeplinks endpoint, add bet365 support
- Remove GET /api/v1/deeplinks (never implemented in Go)
- Add bet365 and bet365 UK to supported sportsbooks table
- Remove from OpenAPI spec
- Update unsupported list (now 5 books, down from 7)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: public/openapi.json
-94Lines changed: 0 additions & 94 deletions
Original file line number
Diff line number
Diff line change
@@ -2648,100 +2648,6 @@
2648
2648
}
2649
2649
}
2650
2650
},
2651
-
"/deeplinks": {
2652
-
"get": {
2653
-
"operationId": "getDeepLinks",
2654
-
"summary": "Get deep links for an opportunity",
2655
-
"description": "Generates sportsbook deep link URLs for a given opportunity ID. The ID comes from the `id` field in EV, arbitrage, middles, or low-hold responses. Requires **Hobby** tier or higher.\n",
2656
-
"tags": [
2657
-
"Deep Links"
2658
-
],
2659
-
"parameters": [
2660
-
{
2661
-
"name": "id",
2662
-
"in": "query",
2663
-
"required": true,
2664
-
"description": "16-character hex opportunity ID",
2665
-
"schema": {
2666
-
"type": "string",
2667
-
"pattern": "^[a-f0-9]{16}$"
2668
-
},
2669
-
"example": "a1b2c3d4e5f67890"
2670
-
},
2671
-
{
2672
-
"name": "state",
2673
-
"in": "query",
2674
-
"description": "US state code for state-specific deep links",
0 commit comments