Click here to Skip to main content
15,888,816 members
Articles / Programming Languages / C#

Creating the C# Slack Client Library by Code Generation with Good Architecture in Three Days

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
9 Jul 2022CPOL9 min read 10.9K   11  
A Slack API client library by C# and how to design the architecture by using various C# language feature
This article describes OAuth and callback integration, design request parameter and response data classes and method, how to create classes by code generation, how to handle pagination and how to handle refresh token automatically and do exception handling.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
CEO TinyBetter, Inc
Japan Japan
I'm a CEO of TinyBetter, Inc in Japan.

Comments and Discussions