{ "info": { "_postman_id": "9399a453-a346-4bf3-ac66-241fc68fbad0", "name": "fda-label-collection", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Example 1 - Post an Identifier and receive Question and Answer Pair", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "\"ce519bb9d44f475bb4c3b0b8b5399fb6\"", "options": { "raw": { "language": "json" } } }, "url": { "raw": "https://activator.kgrid.org/js/fda_label_content/fda_label_content", "protocol": "https", "host": [ "activator", "kgrid", "org" ], "path": [ "js", "fda_label_content", "fda_label_content" ] }, "description": "Testing call to KO " }, "response": [] }, { "name": "Example 2 - Post with Input Error Example", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "-1", "options": { "raw": { "language": "json" } } }, "url": { "raw": "https://activator.kgrid.org/js/fda_label_content/fda_label_content", "protocol": "https", "host": [ "activator", "kgrid", "org" ], "path": [ "js", "fda_label_content", "fda_label_content" ] }, "description": "Example 2 shows a help output when the input cannot be found." }, "response": [] }, { "name": "Example 3 - Post and receive All Question and Answer Content", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "0", "options": { "raw": { "language": "json" } } }, "url": { "raw": "https://activator.kgrid.org/js/fda_label_content/fda_label_content", "protocol": "https", "host": [ "activator", "kgrid", "org" ], "path": [ "js", "fda_label_content", "fda_label_content" ] } }, "response": [] }, { "name": "Optional - Deploy the Remdesivir Label API on your own server", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "ko", "type": "file", "src": "/Users/natalielampa/Programming/GitHub/fda-label-collection/remdesivir-label-v1.0.zip" } ] }, "url": { "raw": "https://yourActivatorURL", "protocol": "https", "host": [ "yourActivatorURL" ], "query": [ { "key": "ko", "value": null, "disabled": true } ] }, "description": "Using Knowledge Grid technology - specifically the Knowledge Grid Activator API Gateway Tool - it is possible to use the zipped Knowledge Object in the body request and deploy the Remdesivir Prescribing Information API any suitable server running a KGrid Activator.\r\n\r\nTo do this, it will help if have prior experience with system administration and API deployment. We can only provide high-level instructions at https://github.com/kgrid-objects/fda-label-collection#deploy-the-remdesivir-label-api-on-your-own-server" }, "response": [] } ] }