mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-10 14:11:42 +00:00
AAE-30882 Rename http client files
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
import ee from 'event-emitter';
|
import ee from 'event-emitter';
|
||||||
import { AlfrescoApiConfig } from './alfrescoApiConfig';
|
import { AlfrescoApiConfig } from './alfrescoApiConfig';
|
||||||
import { Authentication } from './authentication/authentication';
|
import { Authentication } from './authentication/authentication';
|
||||||
import { SuperagentHttpClient } from './superagentHttpClient';
|
import { SuperagentHttpClient } from './ofetchHttpClient';
|
||||||
import { Emitters, HttpClient, LegacyHttpClient, RequestOptions, SecurityOptions } from './api-clients/http-client.interface';
|
import { Emitters, HttpClient, LegacyHttpClient, RequestOptions, SecurityOptions } from './api-clients/http-client.interface';
|
||||||
import { paramToString } from './utils';
|
import { paramToString } from './utils';
|
||||||
import { Storage } from './storage';
|
import { Storage } from './storage';
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
import assert from 'assert';
|
import assert from 'assert';
|
||||||
import { ProcessAuth } from '../src';
|
import { ProcessAuth } from '../src';
|
||||||
import { SuperagentHttpClient } from '../src/superagentHttpClient';
|
import { SuperagentHttpClient } from '../src/ofetchHttpClient';
|
||||||
import { BpmAuthMock } from './mockObjects';
|
import { BpmAuthMock } from './mockObjects';
|
||||||
|
|
||||||
describe('Bpm Auth test', () => {
|
describe('Bpm Auth test', () => {
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { SuperagentHttpClient } from '../src/superagentHttpClient';
|
import { SuperagentHttpClient } from '../src/ofetchHttpClient';
|
||||||
import { FetchResponse, ofetch } from 'ofetch';
|
import { FetchResponse, ofetch } from 'ofetch';
|
||||||
import { RequestOptions } from '../src/api-clients/http-client.interface';
|
import { RequestOptions } from '../src/api-clients/http-client.interface';
|
||||||
import { isBrowser } from '../src/utils';
|
import { isBrowser } from '../src/utils';
|
Reference in New Issue
Block a user