-
Notifications
You must be signed in to change notification settings - Fork 894
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
Add initial user object implementation #2896
Conversation
|
||
import { AppName, ApiKey, Auth } from '../src/model/auth'; | ||
|
||
export function mockAuth(name: AppName, apiKey: ApiKey): Auth { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have something similar in my api_helper branch...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll wait for yours to merge and use it
Binary Size ReportAffected SDKsNo changes between base commit (a627ebf) and head commit (e26900d). Test Logs
|
* Initial user object implementation
* Initial user object implementation
* Initial user object implementation
No description provided.