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())

Functions

Link copied to clipboard
Link copied to clipboard
fun client(): GitHub
Link copied to clipboard
open operator override fun invoke(request: Request): Response
Link copied to clipboard
Link copied to clipboard