Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨feat: add API server implementation using Echo framework #87

Merged
merged 2 commits into from
Jan 25, 2025

Conversation

yanosea
Copy link
Owner

@yanosea yanosea commented Jan 25, 2025

  • add Echo framework integration with proxy implementation
  • implement configuration handling for API server
  • add GET endpoint to return a jrp
  • add mock objects for Echo framework testing
  • update dependencies to include Echo and related packages

- add `Echo` framework integration with proxy implementation
- implement configuration handling for API server
- add GET endpoint to return a jrp
- add mock objects for `Echo` framework testing
- update dependencies to include Echo and related packages
- add server tests to verify initialization and running behavior
- add config tests for server configuration and jrp initialization
- add formatter tests for JSON formatting functionality
- add json utility tests for `Marshal` operation
- fix Format method to return error when result type is invalid
@yanosea yanosea added the enhancement New feature or request label Jan 25, 2025
@yanosea yanosea self-assigned this Jan 25, 2025
@yanosea yanosea linked an issue Jan 25, 2025 that may be closed by this pull request
7 tasks
@yanosea yanosea merged commit 6d29021 into main Jan 25, 2025
5 checks passed
@yanosea yanosea deleted the 86-add-api-server-implementation-with-echo-framework branch January 25, 2025 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add API Server Implementation with Echo Framework
1 participant