In this article, we will show how to consume Rest API by creating a new project and converting that from the dynamic client proxy to the static client proxy. Also, I will glance at the differences and similarities between static and dynamic generic proxies.
Article flow
- Create a new ABP application with ABP CLI
- Create application service interface
- Implement the application service
- Consume the app service from the console application
- Convert application to use static client proxies
- Add authorization to the application service endpoint
- Grant the permission
- Further reading