FakeGitHub
class FakeGitHub(users: Storage<StoredUser> = Storage.InMemory(), tokens: Storage<Owner> = Storage.InMemory()) : ChaoticHttpHandler(source)
Constructors
Link copied to clipboard
constructor(users: Storage<StoredUser> = Storage.InMemory(), tokens: Storage<Owner> = Storage.InMemory())