import { UsersClient } from "https://deno.land/x/kd_clients@v1.0.0-preview.14/mod.ts";
Provides a client for interacting with users.
Constructors
Initializes a new instance of the UsersClient class.
Methods
getUser(userName: string): Promise<UserModel>
Gets a user that matches the given userName.
userExists(userName: string): Promise<boolean>
Returns a value indicating whether or not a users exists with the given userName.