supabase-community / realtime-swift

A Swift client for Supabase Realtime server.
MIT License
50 stars 13 forks source link

Swiftification of the API #2

Closed mbarnach closed 2 years ago

mbarnach commented 3 years ago

Apply the usual Swift pattern to the API: Event and Topic are now proper Swift Enum. Limit the current implementation to the effectively supported features. Extend the tests to ensure the patterns are right. Add the subscription part to the README for ease of introduction to the framework.

thecoolwinter commented 2 years ago

This would be awesome to merge.