-
Notifications
You must be signed in to change notification settings - Fork 38
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
Would you accept to migrate from octonode? #131
Comments
Sounds good with me 👍 |
Cool! Would you prefer to use the GraphQL or REST endpoint? |
|
It seems that tests are deeply linked to the implementation. What do you think if we use this opportunity to write E2E tests that will verify that the code is working instead of using mocks everywhere (which is very dangerous since it doesn't test anything and can give wrong confidence about your code)? |
I'm happy with end-to-end tests, sounds like a good idea to have them 👍 |
Hey! 👋
The library
octonode
installsbluebird
andrequest
packages.Since
request
is deprecated, it triggers a warning every time we install it.It is also really heavy.
I believe
bluebird
is not useful anymore since any JavaScript runtimes support Promises.GitHub made a library to request their REST or their GraphQL endpoint.
I propose that we switch to one of those libraries instead of relying on
octonode
.The text was updated successfully, but these errors were encountered: