-
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
Separate Marketplace apis out #8
Separate Marketplace apis out #8
Conversation
2a2c5c0
to
840fc9f
Compare
@@ -15,18 +15,15 @@ | |||
</v-list-item-title> | |||
</v-list-item-content> | |||
</v-list-item> | |||
<v-list-item> |
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.
Updates the navigation to use v-list-group
and adds a different nav for marketplace api key
@@ -1,42 +1,29 @@ | |||
<template> | |||
<v-app dark> | |||
<h1 v-if="error.statusCode === 404"> | |||
{{ pageNotFound }} |
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.
Update error page to show error if wrong route is accessed using a merchant vs marketplace api key
pageSize: string, | ||
merchantId: string | ||
) { | ||
const nullIfEmpty = (prop: string) => { |
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.
Axios omits query params if they are null, not if there are empty strings
dbe749f
to
c177982
Compare
Separate marketplace apis into separate api viewer.