From ded00b680a776d03cd8c928354c87c0be8690f56 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 12 Oct 2022 22:27:50 +0200 Subject: wallet-core: implement enabling/disabling dev mode --- packages/taler-wallet-core/src/util/http.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/taler-wallet-core/src/util/http.ts') diff --git a/packages/taler-wallet-core/src/util/http.ts b/packages/taler-wallet-core/src/util/http.ts index 58edd289b..0489f920b 100644 --- a/packages/taler-wallet-core/src/util/http.ts +++ b/packages/taler-wallet-core/src/util/http.ts @@ -111,11 +111,15 @@ export class Headers { export interface HttpRequestLibrary { /** * Make an HTTP GET request. + * + * FIXME: Get rid of this, we want the API surface to be minimal. */ get(url: string, opt?: HttpRequestOptions): Promise; /** * Make an HTTP POST request with a JSON body. + * + * FIXME: Get rid of this, we want the API surface to be minimal. */ postJson( url: string, -- cgit v1.2.3