Open Closed

[API] API to API communication #3333


User avatar
0
lohithgn created
  • ABP Framework version: v5.3.X
  • UI type: Blazor Server tiered
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes - Tiered
  • Exception message and stack trace: -NA-
  • Steps to reproduce the issue:"

This is not a bug or issue but rather question to ask for direction.

We have a Blazor Server Tiered solution. So we have a Blazor Server Host (Web App), IDS Host (Web App), HTTP API Host (Web App). Http API is developed using ABP module structure & is consumed by Blazor Server UI.

We have added another ABP MVC API Host which caters to workflows only using a workflow engine- so this is another web application we have. Lets call this Woker Host. This web app will have its own HTP API endpoints.

Now the main application HTTP API Endpoints will need to ping Worker Host HTTP API endpoints.

We are looking for help in achieving this scenario using ABP. Please point us to any docs/samples you may have regarding our scenario.

regards Lohith Technology Lead Xamariners.


1 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    You can consider using the static CSharp proxy: https://docs.abp.io/en/abp/latest/API/Static-CSharp-API-Clients

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11