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

Adding addresses APIs #50

Merged
merged 2 commits into from
Jun 16, 2020

Conversation

tarunkumar2
Copy link
Contributor

The sample app is not having API to manage addresses. Adding the fetch address API and create address API
Screen Shot 2020-06-11 at 2 19 18 PM
Screen Shot 2020-06-11 at 2 19 08 PM

Copy link
Contributor

@kristinfritsch kristinfritsch left a comment

Choose a reason for hiding this comment

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

Small comments.

@@ -285,6 +285,14 @@ export default class DefaultLayoutsClass extends Vue {
title: 'POST /wallets',
to: '/debug/wallets/wallets/create'
},
{
title: 'GET /addresses',
Copy link
Contributor

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" />
Copy link
Contributor

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

to: '/debug/wallets/addresses/fetch'
},
{
title: 'POST /addresses',
Copy link
Contributor

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

Copy link
Contributor

@kristinfritsch kristinfritsch left a comment

Choose a reason for hiding this comment

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

👍

@kristinfritsch kristinfritsch merged commit 1f1e29a into circlefin:master Jun 16, 2020
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