Commit bbfd170
Fix: Remove incorrect /api/v2 prefix from all API endpoints (#3)
* fix: Remove incorrect /api/v2 prefix from all API endpoints
The Hypernative API endpoints don't use the /api/v2 prefix. Updated all endpoints to use the correct format:
- /api/v2/watchlists → /watchlists
- /api/v2/custom-agents → /custom-agents
- /api/v2/notification-channels → /notification-channels
- /api/v2/alerts → /alerts
This fixes the 404 errors when trying to interact with the Hypernative API.
Changes:
- Updated all provider files to use correct endpoints
- Fixed test files and mocks
- Updated documentation and examples
- Cleaned up example YAML configurations
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
* fix: Resolve CI formatting issues and update golden tests
- Fix Prettier formatting issues in notification channel provider files
- Update golden test framework to support UPDATE_GOLDEN environment variable
- Regenerate golden test files for API endpoint changes
- Ensure all linting and formatting checks pass
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* chore: Clean up outdated documentation and improve organization
- Removed outdated QA reports and ticket tracking files
- Removed completed implementation documentation
- Moved platform API reference to docs/reference/ for better organization
- Added test CSV directories and .hypernative to .gitignore
These files were from the development phase and are no longer needed
in the main repository.
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 74d6752 commit bbfd170
File tree
26 files changed
+193
-1203
lines changed- .memento/tickets/done
- docs/reference
- hypernative
- custom-agents
- notification-channels
- watchlists
- src
- lib
- providers
- tests
- golden
- utils
26 files changed
+193
-1203
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
| 127 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
This file was deleted.
0 commit comments