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

Separate Marketplace apis out #8

Merged

Conversation

kristinfritsch
Copy link
Contributor

@kristinfritsch kristinfritsch commented Mar 13, 2020

Separate marketplace apis into separate api viewer.

Screen Shot 2020-03-16 at 14 17 29

@@ -15,18 +15,15 @@
</v-list-item-title>
</v-list-item-content>
</v-list-item>
<v-list-item>
Copy link
Contributor Author

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 }}
Copy link
Contributor Author

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) => {
Copy link
Contributor Author

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

layouts/default.vue Outdated Show resolved Hide resolved
jcantwell
jcantwell previously approved these changes Mar 16, 2020
jcantwell
jcantwell previously approved these changes Mar 16, 2020
@kristinfritsch kristinfritsch merged commit a2bdd8e into circlefin:master Mar 17, 2020
@kristinfritsch kristinfritsch deleted the marketplace-api-updates branch March 17, 2020 10:56
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