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
* Add getLastKnownPositions and getAllLastKnownPositions methods
## Summary
- Implement getLastKnownPositions API method with proper pagination support
- Add getAllLastKnownPositions method that automatically handles hasMore pagination
- Include comprehensive TypeScript interfaces and type definitions
- Add CLAUDE.md for future development guidance
- Fix existing test suite issues for better reliability
## Implementation Details
- getLastKnownPositions: Single API call with offset/resources parameters
- getAllLastKnownPositions: Automatic pagination using hasMore flag
- Proper TypeScript types with optional hasMore field for large responses
- 14 comprehensive test cases covering all scenarios
- Updated test configurations to match actual API responses
## Test Coverage
- All parameter combinations (offset, resources, multiple resources)
- Response structure validation and error handling
- Pagination behavior and data accumulation
- Invalid resource handling and edge cases
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* add claude.md to gitignore
* ignore CLAUDE.md
* remove CLAUDE.md
* 1.19.0
---------
Co-authored-by: Claude <[email protected]>
0 commit comments