diff --git a/src/components/ApiItem.vue b/src/components/ApiItem.vue index cd94cb8..6f3f3ce 100644 --- a/src/components/ApiItem.vue +++ b/src/components/ApiItem.vue @@ -1,50 +1,73 @@ diff --git a/src/components/rest/DataView.vue b/src/components/rest/DataView.vue index 99b4094..283a41c 100644 --- a/src/components/rest/DataView.vue +++ b/src/components/rest/DataView.vue @@ -1,202 +1,248 @@ - + diff --git a/src/components/rest/RestExplorer.vue b/src/components/rest/RestExplorer.vue index 6822061..42fe3c7 100644 --- a/src/components/rest/RestExplorer.vue +++ b/src/components/rest/RestExplorer.vue @@ -1,138 +1,178 @@ - + diff --git a/src/config.js b/src/config.js index 926bdbe..d40f8f4 100644 --- a/src/config.js +++ b/src/config.js @@ -1 +1,6 @@ -export const supportedContentTypes = ['application/json', 'application/xml', 'text/json', 'text/xml']; +export const supportedContentTypes = [ + "application/json", + "application/xml", + "text/json", + "text/xml", +];