marketplace-hub-api


Namemarketplace-hub-api JSON
Version 0.3 PyPI version JSON
download
home_pagehttps://github.com/Zyla-Labs/pypi-api-hub
SummaryFind, Connect and Manage APIs
upload_time2024-07-17 19:52:13
maintainerNone
docs_urlNone
authorMarketplace-Hub-API
requires_pythonNone
licenseNone
keywords api hub apis find connect and manage apis apis management apis connection apis integration apis automation apis development
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # [![API-HUB](https://zylalabs.com/img/logo-removebg-preview.png)](https://zylalabs.com)

**Marketplace-Hub-API Python SDK** - Find, Connect and Manage APIs
All with a single account, single API key, and single SDK.

## Key Features:

- **Built for Developers:** Tailored for developers, ensuring ease of use and seamless integration.
- **Powerful JSON API:** Robust JSON API designed for accurate and efficient data retrieval.
- **User-Friendly Documentation:** Navigate through our comprehensive documentation for a smooth integration process.
- **Specialized Support:** Count on our dedicated support team for assistance tailored to your specific needs.


## Documentation

<!-- For detailed information on API endpoints, usage, and integration guidelines, check our [API Documentation](https://www.metals-api.com/documentation). -->

Start using API-HUB today. Visit [Zylalabs.com](https://zylalabs.com) and integrate in just minutes!


## Installation

You can install Marketplace-Hub-API Python SDK with pip.

```bash
pip install marketplace-hub-api
```

## Usage

The Marketplace-Hub-API Python SDK is a wrapper around the [requests](https://docs.python-requests.org/en/master/) library. Marketplace-Hub-API supports a GET request for now.

Sign-up to Marketplace-Hub-API to [get your API key](https://zylalabs.com/register) and some credits to get started.

### Making the GET request

```python
>>> from marketplace_hub_api.client import ApiHubClient

>>> client = ApiHubClient(access_key='REPLACE-WITH-YOUR-ACCESS-KEY')

>>> response = client.get_data_no_params(url)
```

### Request Example

```python
>>> from marketplace_hub_api.client import ApiHubClient

>>> client = ApiHubClient(access_key='REPLACE-WITH-YOUR-ACCESS-KEY')

>>> response = client.get_data_no_params("https://zylalabs.com/api/392/exercise+database+api/309/list+of+body+parts")
```

### Response Example

```json
    [
    "waist",
    "upper legs",
    "back",
    "lower legs",
    "chest",
    "upper arms",
    "cardio",
    "shoulders",
    "lower arms",
    "neck"
    ]
```

### AVAILABLE METHODS

```python
>>> get_data_no_params(url: str)
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Zyla-Labs/pypi-api-hub",
    "name": "marketplace-hub-api",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Api Hub, APIs, Find, Connect and Manage APIs, APIs Management, APIs Connection, APIs Integration, APIs Automation, APIs Development",
    "author": "Marketplace-Hub-API",
    "author_email": "hello@zylalabs.com",
    "download_url": "https://files.pythonhosted.org/packages/a0/e9/3d3d87994d028238b6c20aaa42e87fbc42b73f6f80824a21e75b4927090a/marketplace_hub_api-0.3.tar.gz",
    "platform": null,
    "description": "# [![API-HUB](https://zylalabs.com/img/logo-removebg-preview.png)](https://zylalabs.com)\r\n\r\n**Marketplace-Hub-API Python SDK** - Find, Connect and Manage APIs\r\nAll with a single account, single API key, and single SDK.\r\n\r\n## Key Features:\r\n\r\n- **Built for Developers:** Tailored for developers, ensuring ease of use and seamless integration.\r\n- **Powerful JSON API:** Robust JSON API designed for accurate and efficient data retrieval.\r\n- **User-Friendly Documentation:** Navigate through our comprehensive documentation for a smooth integration process.\r\n- **Specialized Support:** Count on our dedicated support team for assistance tailored to your specific needs.\r\n\r\n\r\n## Documentation\r\n\r\n<!-- For detailed information on API endpoints, usage, and integration guidelines, check our [API Documentation](https://www.metals-api.com/documentation). -->\r\n\r\nStart using API-HUB today. Visit [Zylalabs.com](https://zylalabs.com) and integrate in just minutes!\r\n\r\n\r\n## Installation\r\n\r\nYou can install Marketplace-Hub-API Python SDK with pip.\r\n\r\n```bash\r\npip install marketplace-hub-api\r\n```\r\n\r\n## Usage\r\n\r\nThe Marketplace-Hub-API Python SDK is a wrapper around the [requests](https://docs.python-requests.org/en/master/) library. Marketplace-Hub-API supports a GET request for now.\r\n\r\nSign-up to Marketplace-Hub-API to [get your API key](https://zylalabs.com/register) and some credits to get started.\r\n\r\n### Making the GET request\r\n\r\n```python\r\n>>> from marketplace_hub_api.client import ApiHubClient\r\n\r\n>>> client = ApiHubClient(access_key='REPLACE-WITH-YOUR-ACCESS-KEY')\r\n\r\n>>> response = client.get_data_no_params(url)\r\n```\r\n\r\n### Request Example\r\n\r\n```python\r\n>>> from marketplace_hub_api.client import ApiHubClient\r\n\r\n>>> client = ApiHubClient(access_key='REPLACE-WITH-YOUR-ACCESS-KEY')\r\n\r\n>>> response = client.get_data_no_params(\"https://zylalabs.com/api/392/exercise+database+api/309/list+of+body+parts\")\r\n```\r\n\r\n### Response Example\r\n\r\n```json\r\n    [\r\n    \"waist\",\r\n    \"upper legs\",\r\n    \"back\",\r\n    \"lower legs\",\r\n    \"chest\",\r\n    \"upper arms\",\r\n    \"cardio\",\r\n    \"shoulders\",\r\n    \"lower arms\",\r\n    \"neck\"\r\n    ]\r\n```\r\n\r\n### AVAILABLE METHODS\r\n\r\n```python\r\n>>> get_data_no_params(url: str)\r\n```\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Find, Connect and Manage APIs",
    "version": "0.3",
    "project_urls": {
        "Homepage": "https://github.com/Zyla-Labs/pypi-api-hub"
    },
    "split_keywords": [
        "api hub",
        " apis",
        " find",
        " connect and manage apis",
        " apis management",
        " apis connection",
        " apis integration",
        " apis automation",
        " apis development"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e29775e5a6f654aa5843a3624659ac991473689a619273356a8581476e739477",
                "md5": "26dceaa273bfc5eedaacce527bf25049",
                "sha256": "74c2a502847f3ebcb76df80f29d7081f731696eb0955805a4e37cb89b8759835"
            },
            "downloads": -1,
            "filename": "marketplace_hub_api-0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "26dceaa273bfc5eedaacce527bf25049",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2771,
            "upload_time": "2024-07-17T19:52:12",
            "upload_time_iso_8601": "2024-07-17T19:52:12.393814Z",
            "url": "https://files.pythonhosted.org/packages/e2/97/75e5a6f654aa5843a3624659ac991473689a619273356a8581476e739477/marketplace_hub_api-0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0e93d3d87994d028238b6c20aaa42e87fbc42b73f6f80824a21e75b4927090a",
                "md5": "e2fc01810e778dc2a89c32a138b981b2",
                "sha256": "189a974de33fd4588ac59b4bf5d00564446de87051f6a4fe89d7f0dc3302743c"
            },
            "downloads": -1,
            "filename": "marketplace_hub_api-0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "e2fc01810e778dc2a89c32a138b981b2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2431,
            "upload_time": "2024-07-17T19:52:13",
            "upload_time_iso_8601": "2024-07-17T19:52:13.664308Z",
            "url": "https://files.pythonhosted.org/packages/a0/e9/3d3d87994d028238b6c20aaa42e87fbc42b73f6f80824a21e75b4927090a/marketplace_hub_api-0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-17 19:52:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Zyla-Labs",
    "github_project": "pypi-api-hub",
    "github_not_found": true,
    "lcname": "marketplace-hub-api"
}
        
Elapsed time: 9.42296s