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

One interface to rule them all #8

Merged
merged 1 commit into from
Oct 31, 2014
Merged

Conversation

jkrems
Copy link
Collaborator

@jkrems jkrems commented Oct 31, 2014

Follow-up to #7, this moves the official interface to just exporting a class.

var Gofer = require('gofer');
var util = require('util');

function Github() { Gofer.apply(this, arguments); }
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should you also include something like the following here:

Github.prototype.serviceName = 'github';
Github.prototype.serviceVersion = '1.0.0';

@abloom
Copy link

abloom commented Oct 31, 2014

Code looks great. Just 2 small documentation issues

@jkrems jkrems force-pushed the jk/official-class-based-interface branch from 334f6f8 to 5a6bd17 Compare October 31, 2014 20:52
@jkrems
Copy link
Collaborator Author

jkrems commented Oct 31, 2014

Updated

@abloom
Copy link

abloom commented Oct 31, 2014

:shipit:

jkrems added a commit that referenced this pull request Oct 31, 2014
@jkrems jkrems merged commit ef665bb into master Oct 31, 2014
@jkrems jkrems deleted the jk/official-class-based-interface branch October 31, 2014 20:54
@jkrems
Copy link
Collaborator Author

jkrems commented Oct 31, 2014

v2.0.0

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.

2 participants