-
Notifications
You must be signed in to change notification settings - Fork 8
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
Adding addresses APIs #50
Adding addresses APIs #50
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.
Small comments.
layouts/default.vue
Outdated
@@ -285,6 +285,14 @@ export default class DefaultLayoutsClass extends Vue { | |||
title: 'POST /wallets', | |||
to: '/debug/wallets/wallets/create' | |||
}, | |||
{ | |||
title: 'GET /addresses', |
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.
Can we please change to: /{walletId}/addresses
<v-row> | ||
<v-col cols="12" md="4"> | ||
<v-form> | ||
<v-text-field v-model="formData.walletId" label="Wallet ID" /> |
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.
Minor, but to match the others Wallet Id
layouts/default.vue
Outdated
to: '/debug/wallets/addresses/fetch' | ||
}, | ||
{ | ||
title: 'POST /addresses', |
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.
Can we please change to: /{walletId}/addresses
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.
👍
The sample app is not having API to manage addresses. Adding the fetch address API and create address API