Discussion about this post

User's avatar
Diary Farm's avatar

Thanks for the article. I found it helpful, but I’m still a bit unclear on a few points. When comparing your article with the official ABP documentation on static C# API clients, I didn’t notice many differences.

What I’m particularly interested in is how to configure third party APIs using ABP’s features. For instance, let’s say I want to consume a Token Metrics API that requires sending an api-key in the request header. While this is straightforward with HttpClient, I’d like to know how to achieve the same using ABP's built-in capabilities.

Would you consider updating the blog post to include an example like that? It would really help developers looking to fully leverage ABP when working with external APIs.

Expand full comment
Engincan Veske's avatar

Okay, can you check that if the remote service url is correct or not on the test project? Because there was a bug relates to that, it was pointing localhost:3000 for all the time. It's fixed now, but your template might be old, i assume.

Expand full comment
4 more comments...

No posts