{ "info": { "author": "Kristian Alexander Weatherhead", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "riot_apiv0.0.14\n================\n\nYou can find this project on GitHub at: https://github.com/Alex-Weatherhead/riot_api\n\nYou can find this project on PyPi at: https://pypi.org/manage/project/Riot-API/releases/\n\nMaking API Calls\n-----------------\n\nEach API call returns a dictionary object containing useful information for managing the control flow of the client program.\n\nIf a request is successful, then the dictionary simply contains a flag and the jsonified body of the response.\n\n.. code:: python\n\n {\n \"successful\": True,\n \"body\": response.json()\n }\n\nHowever, if a request is not successful, the dictionary contains information about the error encountered, as well as whether the request should be retried, and if so, how long after the initial request the client program should wait before retrying.\n\n.. code:: python\n\n {\n \"successful\": False,\n \"error\": {\n \"status_code\": status_code,\n \"reason\": reason\n },\n \"retry\": False,\n \"delay\": delay # If retry is True, this is the amount of time the client program should wait before retrying the request.\n }\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Alex-Weatherhead/riot_api", "keywords": "", "license": "LICENSE", "maintainer": "", "maintainer_email": "", "name": "Riot-API", "package_url": "https://pypi.org/project/Riot-API/", "platform": "", "project_url": "https://pypi.org/project/Riot-API/", "project_urls": { "Homepage": "https://github.com/Alex-Weatherhead/riot_api" }, "release_url": "https://pypi.org/project/Riot-API/0.0.14/", "requires_dist": [ "requests (>=2.20.1)" ], "requires_python": "", "summary": "A thin wrapper around the Riot Games API for League of Legends.", "version": "0.0.14" }, "last_serial": 5081745, "releases": { "0.0.14": [ { "comment_text": "", "digests": { "md5": "9b07b7d34f8783703c9b77d8de787e88", "sha256": "f967438904629ee85b3c0c81e241c9cb2f89d617fe8268a457b7f0338b154c0e" }, "downloads": -1, "filename": "Riot_API-0.0.14-py3-none-any.whl", "has_sig": false, "md5_digest": "9b07b7d34f8783703c9b77d8de787e88", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20105, "upload_time": "2019-04-03T01:51:50", "url": "https://files.pythonhosted.org/packages/58/41/29cf79fff059a65b431458dc673036d3aca24eba71cde537f7d6944a2152/Riot_API-0.0.14-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0e42b224f8a05b5cbbf9fc9cee18d6ac", "sha256": "1f8756c5b40e22072f2f74a84c04db098a584cfa0bb516c70443ba8284bc0fbc" }, "downloads": -1, "filename": "Riot API-0.0.14.tar.gz", "has_sig": false, "md5_digest": "0e42b224f8a05b5cbbf9fc9cee18d6ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8472, "upload_time": "2019-04-03T01:51:52", "url": "https://files.pythonhosted.org/packages/8c/57/b844125ba08aa254edddb524a8a134e39838fddf0bb6ae0b0b5e85e9690f/Riot%20API-0.0.14.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9b07b7d34f8783703c9b77d8de787e88", "sha256": "f967438904629ee85b3c0c81e241c9cb2f89d617fe8268a457b7f0338b154c0e" }, "downloads": -1, "filename": "Riot_API-0.0.14-py3-none-any.whl", "has_sig": false, "md5_digest": "9b07b7d34f8783703c9b77d8de787e88", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20105, "upload_time": "2019-04-03T01:51:50", "url": "https://files.pythonhosted.org/packages/58/41/29cf79fff059a65b431458dc673036d3aca24eba71cde537f7d6944a2152/Riot_API-0.0.14-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0e42b224f8a05b5cbbf9fc9cee18d6ac", "sha256": "1f8756c5b40e22072f2f74a84c04db098a584cfa0bb516c70443ba8284bc0fbc" }, "downloads": -1, "filename": "Riot API-0.0.14.tar.gz", "has_sig": false, "md5_digest": "0e42b224f8a05b5cbbf9fc9cee18d6ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8472, "upload_time": "2019-04-03T01:51:52", "url": "https://files.pythonhosted.org/packages/8c/57/b844125ba08aa254edddb524a8a134e39838fddf0bb6ae0b0b5e85e9690f/Riot%20API-0.0.14.tar.gz" } ] }