zulip / zulip-csharp

A C# library for the Zulip API
MIT License
15 stars 16 forks source link

refactor: use more static functions #44

Open penCsharpener opened 6 years ago

penCsharpener commented 6 years ago

EndPointBase.cs and EndPointSendMessage.cs have some abstract and virtual methods that would work better in the entire project if they were static. Makes them more reusable without the need to inherit any of the aforementioned classes.