@ama-sdk/client-fetch
v11.5.4
Published
Fetch API Request client for @ama-sdk/core based SDK
Downloads
3,871
Keywords
Readme
Ama SDK Fetch Client
This package exposes the Api Fetch Client from an SDK based on @ama-sdk/core.
This package contains all the Fetch Plugins, helpers and object definitions to dialog with an API following the ama-sdk
architecture.
[!TIP] Please refer to the SDK initializer package for getting started with an API client SDK based on
ama-sdk
architecture.
Setup
The Api Fetch Client can be added to your project via the following command:
ng add @ama-sdk/client-fetch
[!NOTE] In case of migration from deprecated
ApiFetchClient
imported from@ama-sdk/core
, theng add
command will replace, in your existing code, the import from@ama-sdk/core
to@ama-sdk/client-fetch
for the deprecated dependencies.