Skip to content

Add discovery endpoints to UserService#23

Merged
VoxSecundus merged 1 commit intomainfrom
feature/user-service-discovery-endpoints
Apr 12, 2026
Merged

Add discovery endpoints to UserService#23
VoxSecundus merged 1 commit intomainfrom
feature/user-service-discovery-endpoints

Conversation

@VoxSecundus
Copy link
Copy Markdown
Owner

Summary

  • Adds search_users, similar_users, similarity_with, and services methods to UserService
  • Adds corresponding WebMock stub helpers to test/test_helper.rb
  • Updates sig/overhear.rbs with new method signatures

Closes #13

Test plan

  • bundle exec ruby -Ilib:test test/test_user_service.rb — 6 tests pass
  • bundle exec rake — full suite (54 tests) passes, RuboCop clean

@VoxSecundus VoxSecundus force-pushed the feature/user-service-discovery-endpoints branch from eb0fffd to ef1c220 Compare April 12, 2026 20:38
@VoxSecundus VoxSecundus merged commit b0bcae4 into main Apr 12, 2026
1 check passed
@VoxSecundus VoxSecundus deleted the feature/user-service-discovery-endpoints branch April 12, 2026 20:43
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.

Extend UserService with discovery endpoints

1 participant