0
aidid created
Hi there,
So while I'm browsing upon abp.io docs, I'm stumbled upon Dynamic C# API Client Proxies and came up with a few question regarding it possible use case scenario.
- Would it be possible to use this dynamic C# API Client Proxies to call external REST API?
- How does the Dynamic C# API Client Proxies handle storing authentication token if it is capeable of calling external REST API?
Thank you in advanced :)
- ABP Framework version: v4.2.1
- UI type: Angular
- DB provider: MongoDB
- Tiered (MVC) or Identity Server Separated (Angular): yes
4 Answer(s)
-
0
Hi aidid, It is not recommended to directly use the ABP vNext dynamic proxy API function to call external APIs. If you want to achieve a similar function, you can try https://github.com/reactiveui/refit
Have an answer to this question?
Log in
and write your answer.