-
Notifications
You must be signed in to change notification settings - Fork 1
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
Remove environment API usage. #1
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally appears to achieve the goal as specified in the PR title. Some minor questions attached.
async findStatus() { | ||
return this._hubRequest.get(`/dfsps/${this._dfspId}/status`); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this used anywhere? Was it intentionally in this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's used in mojaloop-payment-manager-management-api
async getHubCA(opts) { | ||
const url = `/hub/ca`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As it's not mentioned in the discussion, I just want to check that this change is intended to be included in the PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's used in mojaloop-payment-manager-management-api
src/package.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@modusbox/mcm-client", | |||
"version": "1.0.34", | |||
"version": "1.0.35", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should probably be 2.0, right?
No description provided.