redrover-api


Nameredrover-api JSON
Version 1.12.4 PyPI version JSON
download
home_pagehttps://github.com/edustaff/redrover-api
SummaryRed Rover API
upload_time2024-05-10 12:44:10
maintainerNone
docs_urlNone
authorDeveloper
requires_pythonNone
licenseNone
keywords openapi openapi-generator red rover api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
                Access Red Rover data via this REST API for Organizations that have granted you access.    # Authentication  The API is protected by HTTP Basic Authentication.   Each application that connects to the API has a unique username and password that it must supply with every request.    This value needs to be supplied as an HTTP Header: `Authorization=BASIC [hash]`. The value of [hash] is the string username:password base64 encoded.    Endpoints marked for Basic Auth can be used with the Basic Auth username and password that you have been assigned.    # API Information  ## Api Key  Each Red Rover organization that has authorized your application has a unique API Key for your application.  To retrieve the API Key, you can use the Organization endpoint (`api/v1/organization`) which returns an ApiKey uniquely used for each Organization.    You must supply this as an HTTP Header when accessing that organization: `apiKey=[apiKey]`. The domains that require this `ApiKey` header are labeled as 'Requires an ApiKey'.    ## Identifier  Where an `Identifier` can be specified in the route, you may either supply the Red Rover Id of the object (numeric) or the External Id (alpha-numeric). When specifying an External Id, you will need to prepend the External Id with the pike character`|` (e.g. `|ABC123`). Please note that this is only the case when the External Id is within the route. If the External Id is contained within the body of the request, do not append the pike character.    ## Transaction Id  Each request can be supplied with a `TransactionId` GUID which will be logged with the request. The `Transaction Id` can be supplied as an HTTP Header: `TransactionId=[transactionId]`. If no `Transaction Id` is supplied, one will be generated for you. Please use a distinct TransactionId for each request.
    

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/edustaff/redrover-api",
    "name": "redrover-api",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "OpenAPI, OpenAPI-Generator, Red Rover API",
    "author": "Developer",
    "author_email": "dev@redroverk12.com",
    "download_url": "https://files.pythonhosted.org/packages/29/e8/b288247f008d000352cd31dfd078163891b901125c877052d40d3134458c/redrover-api-1.12.4.tar.gz",
    "platform": null,
    "description": "    Access Red Rover data via this REST API for Organizations that have granted you access.    # Authentication  The API is protected by HTTP Basic Authentication.   Each application that connects to the API has a unique username and password that it must supply with every request.    This value needs to be supplied as an HTTP Header: `Authorization=BASIC [hash]`. The value of [hash] is the string username:password base64 encoded.    Endpoints marked for Basic Auth can be used with the Basic Auth username and password that you have been assigned.    # API Information  ## Api Key  Each Red Rover organization that has authorized your application has a unique API Key for your application.  To retrieve the API Key, you can use the Organization endpoint (`api/v1/organization`) which returns an ApiKey uniquely used for each Organization.    You must supply this as an HTTP Header when accessing that organization: `apiKey=[apiKey]`. The domains that require this `ApiKey` header are labeled as 'Requires an ApiKey'.    ## Identifier  Where an `Identifier` can be specified in the route, you may either supply the Red Rover Id of the object (numeric) or the External Id (alpha-numeric). When specifying an External Id, you will need to prepend the External Id with the pike character`|` (e.g. `|ABC123`). Please note that this is only the case when the External Id is within the route. If the External Id is contained within the body of the request, do not append the pike character.    ## Transaction Id  Each request can be supplied with a `TransactionId` GUID which will be logged with the request. The `Transaction Id` can be supplied as an HTTP Header: `TransactionId=[transactionId]`. If no `Transaction Id` is supplied, one will be generated for you. Please use a distinct TransactionId for each request.\n    \n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Red Rover API",
    "version": "1.12.4",
    "project_urls": {
        "Homepage": "https://github.com/edustaff/redrover-api"
    },
    "split_keywords": [
        "openapi",
        " openapi-generator",
        " red rover api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c3bc83ee82b253e5e75f744bf55f2a83c4c2411a7ea19e46156587ac9b79929",
                "md5": "967e75ffd250b03e1b381266595ff7f7",
                "sha256": "076b3aee613a781cee12a68f6eccd912d694442799262462f7a76acc93630b3c"
            },
            "downloads": -1,
            "filename": "redrover_api-1.12.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "967e75ffd250b03e1b381266595ff7f7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 246121,
            "upload_time": "2024-05-10T12:44:09",
            "upload_time_iso_8601": "2024-05-10T12:44:09.001535Z",
            "url": "https://files.pythonhosted.org/packages/8c/3b/c83ee82b253e5e75f744bf55f2a83c4c2411a7ea19e46156587ac9b79929/redrover_api-1.12.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "29e8b288247f008d000352cd31dfd078163891b901125c877052d40d3134458c",
                "md5": "8ca94ecc0b35d4b81760e2f1ab949a94",
                "sha256": "523f8f3a56456e3ecadccb7a8c4545b8fdfe8b7bfea849211b7d658f9fc08eb4"
            },
            "downloads": -1,
            "filename": "redrover-api-1.12.4.tar.gz",
            "has_sig": false,
            "md5_digest": "8ca94ecc0b35d4b81760e2f1ab949a94",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 154725,
            "upload_time": "2024-05-10T12:44:10",
            "upload_time_iso_8601": "2024-05-10T12:44:10.949585Z",
            "url": "https://files.pythonhosted.org/packages/29/e8/b288247f008d000352cd31dfd078163891b901125c877052d40d3134458c/redrover-api-1.12.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-10 12:44:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "edustaff",
    "github_project": "redrover-api",
    "github_not_found": true,
    "lcname": "redrover-api"
}
        
Elapsed time: 0.24355s