refactor: http service (#2233)

This commit is contained in:
Mo
2023-02-28 20:43:25 -06:00
committed by GitHub
parent 6e7618b258
commit e7f1d35341
142 changed files with 1116 additions and 1307 deletions

View File

@@ -21,12 +21,7 @@ export * from './Files/CreateValetTokenResponseData'
export * from './Files/DownloadFileChunkResponse'
export * from './Files/StartUploadSessionResponse'
export * from './Files/UploadFileChunkResponse'
export * from './Http/Error'
export * from './Http/Functions'
export * from './Http/HttpResponse'
export * from './Http/MinimalHttpResponses'
export * from './Http/ResponseMeta'
export * from './Http/StatusCode'
export * from './Http'
export * from './Item/ApiEndpointParam'
export * from './Item/CheckIntegrityResponse'
export * from './Item/ConflictParams'