Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client API refactor #25

Merged
merged 40 commits into from
Oct 6, 2013
Merged

Client API refactor #25

merged 40 commits into from
Oct 6, 2013

Conversation

tomas
Copy link
Contributor

@tomas tomas commented Oct 6, 2013

What this does is to put all the connection logic between client/server handled through a single place (/lib/api), instead of having it dispersed and implemented in each of the drivers and transports/endpoints. This way, future changes to endpoints or paths will be much simpler to manage. This simplifies a lot the code for the different drivers, and it greatly helps when it comes to error handling.

Specs were updated so we're still passing 100% -- although we still need to cover some very important things, such as switching drivers or handling different configuration scenarios (updating with older client, etc).

tomas added a commit that referenced this pull request Oct 6, 2013
@tomas tomas merged commit bf52b44 into master Oct 6, 2013
@tomas tomas deleted the api-refactor branch October 6, 2013 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant