Skip to content

Add source code to make tests pass#1

Merged
inntran merged 1 commit into
developfrom
feature/basic-test-pass
Nov 6, 2025
Merged

Add source code to make tests pass#1
inntran merged 1 commit into
developfrom
feature/basic-test-pass

Conversation

@inntran
Copy link
Copy Markdown
Owner

@inntran inntran commented Nov 6, 2025

This commit adds the core SDK implementation:

  • Add client.py: Main API client with HTTP methods and error handling
  • Add environments.py: Environment enum for US, Canada, Australia
  • Add exceptions.py: Custom exception classes
  • Add models: BaseModel and BaseResponse for data handling
  • Add resources/pools.py: PoolsResource for managing mortgage pools
  • Update init.py: Export main classes and set version

All 51 tests now pass with 84% code coverage.

🤖 Generated with Claude Code

This commit adds the core SDK implementation:

- Add client.py: Main API client with HTTP methods and error handling
- Add environments.py: Environment enum for US, Canada, Australia
- Add exceptions.py: Custom exception classes
- Add models: BaseModel and BaseResponse for data handling
- Add resources/pools.py: PoolsResource for managing mortgage pools
- Update __init__.py: Export main classes and set version

All 51 tests now pass with 84% code coverage.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@inntran inntran force-pushed the feature/basic-test-pass branch from 1eb1cc6 to 7e65f8c Compare November 6, 2025 12:26
@codecov-commenter
Copy link
Copy Markdown

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment

Thanks for integrating Codecov - We've got you covered ☂️

@inntran inntran merged commit 54ff731 into develop Nov 6, 2025
6 checks passed
@inntran inntran deleted the feature/basic-test-pass branch November 6, 2025 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants