koding / kite.js

Kite client in JavaScript
kite.koding.com
MIT License
75 stars 16 forks source link

Introduce KiteApi class & code cleanup #48

Closed usirin closed 7 years ago

usirin commented 7 years ago

This is ready enough to be merged. First step towards having bidirectional communication via the connection object.

Main job done here is to get api property unified in both KiteServer and Kite object. One improvement will be adding tests to newly introduced KiteApi class, but i want to get #51 implemented first.

usirin commented 7 years ago

@gokmen I made the changes you requested.