benbuckman / nodejs-ebay-api

[No longer maintained] eBay API Client for Node.js
MIT License
155 stars 104 forks source link

TODO October 2015 #21

Closed benbuckman closed 8 years ago

benbuckman commented 8 years ago

Keeping track of TODOs following the refactor and 1.x release:

BDiehr commented 8 years ago

@benbuckman Are you looking to add any contributers to the project? I am actively using this package in a project and can help you go through pull requests as well as maintain it.

benbuckman commented 8 years ago

@BDiehr – thank you and sorry for taking so long to reply. Yes, contributions would be awesome. My company is currently using this in production (hence the module's revival a few months ago). I have two concerns that we'd need to address (and I realize these somewhat contradict each other):

  1. For the time being, I want to approve any changes to the released module, because the stakes of a breaking change are really high for our integration.
  2. I only have limited time to review PRs/issues that don't directly affect our integration.

I am allocating several hours later this week to go through issues and PRs. Are there any PRs you think are safe to merge now?

Thanks!