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: Clients API #223

Merged
merged 1 commit into from
Feb 7, 2024
Merged

feat: Clients API #223

merged 1 commit into from
Feb 7, 2024

Conversation

gkats
Copy link
Member

@gkats gkats commented Feb 7, 2024

Added operations for the Clients API; Get, Verify and List.

Added types for Client and Session.

Added operations for the Clients API; Get, Verify and List.
Added types for Client and Session.
@gkats gkats requested a review from a team as a code owner February 7, 2024 13:49
if rt.Method != "" {
require.Equal(rt.T, rt.Method, r.Method)
if rt.Query != nil {
require.Equal(rt.T, rt.Query.Encode(), r.URL.Query().Encode())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❓ Is order deterministic when encoding multiple parameters? It might be, just pointing out in case it causes any flakiness whatsoever. I think assertion functions should be capable of comparing the map object though 🤔

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought about flakiness too, but I opted to leave it like this until an actual problem arises.

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