❔ ✅ ASP.NET Core - Implementing an API in CQRS pattern
Hey everyone, I am trying to make API integration to my ASP.NET Core app. I did something but I am not sure about is this usage is valid or not. Here is the gist of my code, and the documentation of api (you can check if you want detailed information) can you criticise and give me your opinions.
https://gist.github.com/OnurSerbes/a375fc9e5edc9c199b65809d2b51bcdf
https://developers.facebook.com/docs/marketing-apis/overview
if you want you can share your comments in here, or to stackoverflow. https://stackoverflow.com/questions/76288515/asp-net-core-implementing-an-api-in-cqrs-pattern
https://gist.github.com/OnurSerbes/a375fc9e5edc9c199b65809d2b51bcdf
https://developers.facebook.com/docs/marketing-apis/overview
if you want you can share your comments in here, or to stackoverflow. https://stackoverflow.com/questions/76288515/asp-net-core-implementing-an-api-in-cqrs-pattern
Gist
Demo for HttpClient API integration. GitHub Gist: instantly share code, notes, and snippets.

Meta for Developers
Learn how the Marketing APIs let you create and manage ads, generate reports, find new customers, and manage your audiences.

Stack Overflow
I am a junior ASP.NET Core developer. We have a project that uses CQRS pattern/architecture/design. Normally I can easily implement my MYSQL (with Dapper) queries to my controller without a problem...