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(api): switch to net/http #121

Merged
merged 1 commit into from
Jan 2, 2025
Merged

feat(api): switch to net/http #121

merged 1 commit into from
Jan 2, 2025

Conversation

verbotenj
Copy link
Contributor

Closes #90

  • Replace gin with net/http
  • Replace ginmetrics with Prometheus
  • Add "unit/Integration" tests. Tests use api.Start() to start the API server instead of mock server calls.
  • Update Swagger docs
  • Breaking change metrics are moved to '/metrics' using a standard endpoint

Signed-off-by: Ales Verbic <verbotenj@blinklabs.io>
@verbotenj verbotenj requested a review from a team as a code owner January 2, 2025 14:46
@verbotenj verbotenj merged commit a539783 into main Jan 2, 2025
9 checks passed
@verbotenj verbotenj deleted the feat/switch-to-net-http branch January 2, 2025 15:38
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.

Implement api using net/http from go 1.22 instead of gin
2 participants