diff --git a/independent-publisher-connectors/jService/apiDefinition.swagger.json b/independent-publisher-connectors/jService/apiDefinition.swagger.json index 9279ab3fa..954cef0f2 100644 --- a/independent-publisher-connectors/jService/apiDefinition.swagger.json +++ b/independent-publisher-connectors/jService/apiDefinition.swagger.json @@ -3,7 +3,7 @@ "info": { "title": "Jservice", "description": "jService contains over 200,000 trivia questions from Jeopardy. Clues can be retrieved by dollar value, category, or date of the show.", - "version": "1.0", + "version": "1.1", "contact": { "name": "Troy Taylor", "url": "https://www.hitachisolutions.com", @@ -127,6 +127,7 @@ "summary": "Get clues", "description": "Retrieves a list of clues.", "operationId": "CluesGet", + "deprecated": true, "parameters": [ { "name": "value", @@ -277,6 +278,7 @@ "summary": "Get random clues", "description": "Retrieve a list of random clues.", "operationId": "RandomGet", + "deprecated": true, "parameters": [ { "name": "count", @@ -394,6 +396,7 @@ "summary": "Get final questions", "description": "Retrieve a list of random final questions.", "operationId": "FinalGet", + "deprecated": true, "parameters": [ { "name": "count", @@ -442,6 +445,7 @@ "summary": "Get categories", "description": "Retrieve the list of categories.", "operationId": "CategoriesGet", + "deprecated": true, "parameters": [ { "name": "count", @@ -547,6 +551,7 @@ "summary": "Get single category", "description": "Retrieve a list of clues from a category.", "operationId": "CategoryGet", + "deprecated": true, "parameters": [ { "name": "id", @@ -580,4 +585,4 @@ "propertyValue": "Lifestyle and Entertainment" } ] -} \ No newline at end of file +} diff --git a/independent-publisher-connectors/jService/readme.md b/independent-publisher-connectors/jService/readme.md index 6e9bdfdaf..d4fd856b3 100644 --- a/independent-publisher-connectors/jService/readme.md +++ b/independent-publisher-connectors/jService/readme.md @@ -1,4 +1,4 @@ -# Jservice +# jService [DEPRECATED] jService contains over 200,000 trivia questions from Jeopardy. Clues can be retrieved by dollar value, category, or date of the show. ## Publisher: Troy Taylor, Hitachi Solutions @@ -10,16 +10,16 @@ There are no prerequisites to use this service. There are no credentials needed to use this service. ## Supported Operations -### Get clues +### Get clues [DEPRECATED] Retrieves a list of clues. -### Get random clues +### Get random clues [DEPRECATED] Retrieve a list of random clues. -### Get final questions +### Get final questions [DEPRECATED] Retrieve a list of random final questions. -### Get categories +### Get categories [DEPRECATED] Retrieve the list of categories. -### Get single category +### Get single category [DEPRECATED] Retrieve a list of clues from a category. ## Known Issues and Limitations -There are no known issues at this time. +This service is no longer running per the service Github repo: [jService](https://github.com/sottenad/jService).