orchestrate-api


Nameorchestrate-api JSON
Version 2.1.0 PyPI version JSON
download
home_pagehttps://rosetta-api.docs.careevolution.com/
SummarySDK for the Orchestrate API at api.careevolutionapi.com
upload_time2024-03-13 13:38:40
maintainer
docs_urlNone
authorJeremy Fortune
requires_python>=3.9,<4.0
licenseApache-2.0
keywords careevolution rosetta orchestrate
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Orchestrate SDK

The Orchestrate SDK is a TypeScript and JavaScript library for interacting with the Orchestrate API at <https://api.careevolutionapi.com>.

Full documentation of the API is available at <https://rosetta-api.docs.careevolution.com/>.

## Installation

TypeScript:

```bash
npm install @careevolution/orchestrate
```

Python:

```bash
pip install orchestrate-api
```

## Usage

TypeScript:

```typescript
import { OrchestrateApi } from '@careevolution/orchestrate';

const orchestrate = new OrchestrateApi({apiKey: "your-api-key"});
await orchestrate.terminology.classifyCondition({
  code: "119981000146107",
  system: "SNOMED",
});
```

Python:

```python
from orchestrate import OrchestrateApi

api = OrchestrateApi(api_key="your-api-key")
api.terminology.classify_condition(code="119981000146107", system="SNOMED")
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://rosetta-api.docs.careevolution.com/",
    "name": "orchestrate-api",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "careevolution,rosetta,orchestrate",
    "author": "Jeremy Fortune",
    "author_email": "jeremy@careevolution.com",
    "download_url": "https://files.pythonhosted.org/packages/be/b6/a1719591f1121336977ca93206872bd64b9620b492c9b2204d9b5b997c7f/orchestrate_api-2.1.0.tar.gz",
    "platform": null,
    "description": "# Orchestrate SDK\n\nThe Orchestrate SDK is a TypeScript and JavaScript library for interacting with the Orchestrate API at <https://api.careevolutionapi.com>.\n\nFull documentation of the API is available at <https://rosetta-api.docs.careevolution.com/>.\n\n## Installation\n\nTypeScript:\n\n```bash\nnpm install @careevolution/orchestrate\n```\n\nPython:\n\n```bash\npip install orchestrate-api\n```\n\n## Usage\n\nTypeScript:\n\n```typescript\nimport { OrchestrateApi } from '@careevolution/orchestrate';\n\nconst orchestrate = new OrchestrateApi({apiKey: \"your-api-key\"});\nawait orchestrate.terminology.classifyCondition({\n  code: \"119981000146107\",\n  system: \"SNOMED\",\n});\n```\n\nPython:\n\n```python\nfrom orchestrate import OrchestrateApi\n\napi = OrchestrateApi(api_key=\"your-api-key\")\napi.terminology.classify_condition(code=\"119981000146107\", system=\"SNOMED\")\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "SDK for the Orchestrate API at api.careevolutionapi.com",
    "version": "2.1.0",
    "project_urls": {
        "Homepage": "https://rosetta-api.docs.careevolution.com/"
    },
    "split_keywords": [
        "careevolution",
        "rosetta",
        "orchestrate"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d2be4e0e8aee00d52f542a54be771ad608eb441d3008c12b2b4c1eb50f83fe6",
                "md5": "594cd9ff752352869138792bab8b0a6a",
                "sha256": "e124fc07bfa4b81207b374c0dd49d82e2013b6b70d07b6123a8ecd20735c087f"
            },
            "downloads": -1,
            "filename": "orchestrate_api-2.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "594cd9ff752352869138792bab8b0a6a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 15859,
            "upload_time": "2024-03-13T13:38:38",
            "upload_time_iso_8601": "2024-03-13T13:38:38.876064Z",
            "url": "https://files.pythonhosted.org/packages/9d/2b/e4e0e8aee00d52f542a54be771ad608eb441d3008c12b2b4c1eb50f83fe6/orchestrate_api-2.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "beb6a1719591f1121336977ca93206872bd64b9620b492c9b2204d9b5b997c7f",
                "md5": "3f9bbae1fd05e1f2655d4b29665b37dc",
                "sha256": "4aa42f92c5528ed5a47edf82ea55066631ef1fa6929098aafb862d533603706e"
            },
            "downloads": -1,
            "filename": "orchestrate_api-2.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3f9bbae1fd05e1f2655d4b29665b37dc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 12043,
            "upload_time": "2024-03-13T13:38:40",
            "upload_time_iso_8601": "2024-03-13T13:38:40.037664Z",
            "url": "https://files.pythonhosted.org/packages/be/b6/a1719591f1121336977ca93206872bd64b9620b492c9b2204d9b5b997c7f/orchestrate_api-2.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-13 13:38:40",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "orchestrate-api"
}
        
Elapsed time: 0.25772s