# winter-api-commons
This is a package to stremaline api method calls
This module containes the major reusable functions which can be imported and accessed directly which will reduce the time and code redundancy.
Installation
```
pip install apiCom
```
> Sample code:
```
import apiCom
url = "https://api.car.com/teslar/model1"
header = {}
resp = apiCom.get_api(url, header)
print(resp.json())
```
Raw data
{
"_id": null,
"home_page": "https://github.com/demecode/winter-api-commons",
"name": "apiComs",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "api automation,api testing,api commons,python api,api automation using pythoncommon repo",
"author": "Deme Xavier",
"author_email": "clabsvc@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/91/8f/79d6f41d95f5ba35696c2f06593427b44abcdc9cff89194534a33fcab0d7/apiComs-1.0.3.tar.gz",
"platform": null,
"description": "# winter-api-commons\n\n\nThis is a package to stremaline api method calls\n\nThis module containes the major reusable functions which can be imported and accessed directly which will reduce the time and code redundancy.\n\nInstallation\n```\npip install apiCom\n```\n\n\n> Sample code:\n```\nimport apiCom\nurl = \"https://api.car.com/teslar/model1\"\nheader = {}\nresp = apiCom.get_api(url, header)\nprint(resp.json())\n```\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "This is a package to stremaline api method calls",
"version": "1.0.3",
"split_keywords": [
"api automation",
"api testing",
"api commons",
"python api",
"api automation using pythoncommon repo"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "b56384b0c84f586ea3e8215b273aacd0",
"sha256": "6964eaa6035064e84844b2c7e44103cfa902c74dd0d0d35ff5a72631762065c0"
},
"downloads": -1,
"filename": "apiComs-1.0.3.tar.gz",
"has_sig": false,
"md5_digest": "b56384b0c84f586ea3e8215b273aacd0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2569,
"upload_time": "2022-12-06T22:10:13",
"upload_time_iso_8601": "2022-12-06T22:10:13.302671Z",
"url": "https://files.pythonhosted.org/packages/91/8f/79d6f41d95f5ba35696c2f06593427b44abcdc9cff89194534a33fcab0d7/apiComs-1.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-06 22:10:13",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "demecode",
"github_project": "winter-api-commons",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "apicoms"
}