feat: init request state management

This commit is contained in:
liyasthomas
2021-07-12 09:11:55 +05:30
parent 68ff422a5f
commit 93ea80a3e3
5 changed files with 584 additions and 298 deletions

View File

@@ -5,6 +5,7 @@ export type HoppRESTParam = {
}
export interface HoppRESTRequest {
method: string
endpoint: string
params: HoppRESTParam[]
}