Add Event resource and update branding
- Add Event resource with get and getAll operations - Implement event tracking for Strike API events - Update node icon from strike.svg to strike.png - Add comprehensive README.md with disclaimer about AI-assisted development - Update CLAUDE.MD documentation with Event resource details - Build dist files with new Event operations Changes include: - New EventDescription.ts with event operations - Updated Strike.node.ts to handle event resource - Icon changed to PNG format for better compatibility - Production-ready README with usage examples and warnings 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@ -15,6 +15,7 @@ This is an n8n community node package that provides integration with the Strike
|
||||
- **Deposit & Payout Management**: Handle deposits and payouts with fee estimation
|
||||
- **Payment Methods**: Manage bank account payment methods
|
||||
- **Rate Information**: Access real-time exchange rates and ticker data
|
||||
- **Event Tracking**: Monitor and retrieve Strike events for your account
|
||||
|
||||
## Project Structure
|
||||
|
||||
@ -31,6 +32,7 @@ n8n-nodes-strike/
|
||||
│ ├── BalanceDescription.ts
|
||||
│ ├── CurrencyExchangeDescription.ts
|
||||
│ ├── DepositDescription.ts
|
||||
│ ├── EventDescription.ts
|
||||
│ ├── InvoiceDescription.ts
|
||||
│ ├── PaymentDescription.ts
|
||||
│ ├── PaymentMethodDescription.ts
|
||||
@ -65,6 +67,10 @@ n8n-nodes-strike/
|
||||
- `getAll`: Get all deposits with optional filters
|
||||
- `estimateFee`: Estimate deposit fee
|
||||
|
||||
### Event
|
||||
- `get`: Get event by ID
|
||||
- `getAll`: Get all events with optional filters
|
||||
|
||||
### Invoice
|
||||
- `create`: Create a new invoice
|
||||
- `get`: Get invoice by ID
|
||||
|
||||
Reference in New Issue
Block a user