reverse-engineered-apis.flatastic


Namereverse-engineered-apis.flatastic JSON
Version 24.4.14rc184927 PyPI version JSON
download
home_pageNone
Summaryflatastic API Schema
upload_time2024-04-14 18:51:01
maintainerNone
docs_urlNone
authorReverse Engineered APIs
requires_pythonNone
licenseNone
keywords openapi openapi-generator flatastic api schema
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Reverse Engineered Flatastic API

This is a reverse engineered API schema for the flatastic API. It is not affiliated with flatastic in any way. The schema is not guaranteed to be stable, complete or correct and may change or break at any time. Please ensure that your use of this library complies with the current terms and conditions of the flatastic API.

## Usage

The package provides the generated API as a Python module. You can import it in your project like this:

```python
from reverse_engineered_apis.flatastic.api import some_api
from reverse_engineered_apis.flatastic.models.post_some_request import PostSomeRequest

request = PostSomeRequest()
request.abc = "def"
request.ghi = "jkl"

result = some_api.SomeApi().post_some_request(request)
```

## Authorization

Invoke the login endpoint to get a token and pass it in the 'x-api-key' header in subsequent requests.

## Fair Use

Please be respectful of the flatastic API and do not abuse it, that includes limiting your requests to a reasonable amount. Repeated abuse or overloading of the API might result in measures that make it harder or impossible for everyone to use the API.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "reverse-engineered-apis.flatastic",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "OpenAPI, OpenAPI-Generator, Flatastic API Schema",
    "author": "Reverse Engineered APIs",
    "author_email": "tim+reverse-engineered-apis@vahlbrock.de",
    "download_url": "https://files.pythonhosted.org/packages/cf/ff/0b47792ecca27f1f10fdf623d187b6a3ad70715030587e4c619f7d0225ca/reverse_engineered_apis_flatastic-24.4.14rc184927.tar.gz",
    "platform": null,
    "description": "# Reverse Engineered Flatastic API\n\nThis is a reverse engineered API schema for the flatastic API. It is not affiliated with flatastic in any way. The schema is not guaranteed to be stable, complete or correct and may change or break at any time. Please ensure that your use of this library complies with the current terms and conditions of the flatastic API.\n\n## Usage\n\nThe package provides the generated API as a Python module. You can import it in your project like this:\n\n```python\nfrom reverse_engineered_apis.flatastic.api import some_api\nfrom reverse_engineered_apis.flatastic.models.post_some_request import PostSomeRequest\n\nrequest = PostSomeRequest()\nrequest.abc = \"def\"\nrequest.ghi = \"jkl\"\n\nresult = some_api.SomeApi().post_some_request(request)\n```\n\n## Authorization\n\nInvoke the login endpoint to get a token and pass it in the 'x-api-key' header in subsequent requests.\n\n## Fair Use\n\nPlease be respectful of the flatastic API and do not abuse it, that includes limiting your requests to a reasonable amount. Repeated abuse or overloading of the API might result in measures that make it harder or impossible for everyone to use the API.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "flatastic API Schema",
    "version": "24.4.14rc184927",
    "project_urls": null,
    "split_keywords": [
        "openapi",
        " openapi-generator",
        " flatastic api schema"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "46e1a447c314dbfbda66e01cf445a48166f398d4e07a0e15107fee33488bea54",
                "md5": "e5e098f96149f9b37b5c7719e9836bad",
                "sha256": "64436a6634113c3758e7a1d03fa23c925e9e29e5ce9a56047bfaa24a2b15628f"
            },
            "downloads": -1,
            "filename": "reverse_engineered_apis.flatastic-24.4.14rc184927-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e5e098f96149f9b37b5c7719e9836bad",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 117509,
            "upload_time": "2024-04-14T18:50:59",
            "upload_time_iso_8601": "2024-04-14T18:50:59.445149Z",
            "url": "https://files.pythonhosted.org/packages/46/e1/a447c314dbfbda66e01cf445a48166f398d4e07a0e15107fee33488bea54/reverse_engineered_apis.flatastic-24.4.14rc184927-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cfff0b47792ecca27f1f10fdf623d187b6a3ad70715030587e4c619f7d0225ca",
                "md5": "c715076ee2c3e23df4eec3d51e5a48d6",
                "sha256": "bc5d1c9374e456be29e2da6ddfb42662442b8f48e86aa473c69efd30f57dfb8b"
            },
            "downloads": -1,
            "filename": "reverse_engineered_apis_flatastic-24.4.14rc184927.tar.gz",
            "has_sig": false,
            "md5_digest": "c715076ee2c3e23df4eec3d51e5a48d6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 52717,
            "upload_time": "2024-04-14T18:51:01",
            "upload_time_iso_8601": "2024-04-14T18:51:01.303472Z",
            "url": "https://files.pythonhosted.org/packages/cf/ff/0b47792ecca27f1f10fdf623d187b6a3ad70715030587e4c619f7d0225ca/reverse_engineered_apis_flatastic-24.4.14rc184927.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-14 18:51:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "reverse-engineered-apis.flatastic"
}
        
Elapsed time: 0.22819s