{ "info": { "author": "Chris Pilsworth", "author_email": "cpilsworth@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Plugins", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Utilities" ], "description": "httpie-adobeio\n==============\n\nAdobeIO plugin for `HTTPie `_ that provides support for `Adobe IO service account authentication `_.\n\n\nInstallation\n------------\n\n.. code-block:: bash\n\n $ pip install httpie-adobeio\n\n\nYou should now see ``adobeio`` under ``--auth-type`` in ``$ http --help`` output.\n\n\nConfiguration\n-------------\n\nThe plugin will look for a configuration file in the `~/.httpie_adobeio.ini` location:\n.. code-block:: \n\n [DEFAULT]\n ims_base=https://ims-na1.adobelogin.com\n\n public_cert=-----BEGIN CERTIFICATE-----\n your public certificate here\n important: note leading indentation\n -----END CERTIFICATE-----\n\n private_key=-----BEGIN PRIVATE KEY-----\n your key private key here \n important: note leading indentation\n -----END PRIVATE KEY-----\n\n [profile-1]\n ims_org=ABC123@AdobeOrg\n account_id=ABC123@techacct.adobe.com\n api_key=ABC123ABC123ABC123ABC123ABC123\n scopes=ent_cloudmgr_sdk\n ent_campaign_sdk\n\nShared settings can be saved in the ``DEFAULT`` section. It's possible to have multiple profiles and reference them from username part of the ``--auth`` parameter\n\n\n\nUsage\n-----\n\n.. code-block:: bash\n\n $ http --auth-type=adobeio --auth='profile:client-secret' https://cloudmanager.adobe.io/api/programs\n\n\nYou can also use `HTTPie sessions `_:\n\n.. code-block:: bash\n\n # Create session\n $ http --session=logged-in --auth-type=adobeio --auth='profile:client-secret' https://cloudmanager.adobe.io/api/programs\n\n # Re-use auth\n $ http --session=logged-in https://cloudmanager.adobe.io/api/programs", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "https://github.com/cpilsworth/httpie-adobeio/releases/download/release-0.0.2/httpie-adobeio-0.0.2.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cpilsworth/httpie-adobeio", "keywords": "", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "httpie-adobeio", "package_url": "https://pypi.org/project/httpie-adobeio/", "platform": "", "project_url": "https://pypi.org/project/httpie-adobeio/", "project_urls": { "Download": "https://github.com/cpilsworth/httpie-adobeio/releases/download/release-0.0.2/httpie-adobeio-0.0.2.tar.gz", "Homepage": "https://github.com/cpilsworth/httpie-adobeio" }, "release_url": "https://pypi.org/project/httpie-adobeio/0.0.2/", "requires_dist": null, "requires_python": ">=3.6", "summary": "AdobeIO plugin for HTTPie.", "version": "0.0.2", "yanked": false, "yanked_reason": null }, "last_serial": 6019890, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "61d186d201291131d39dbb133b65e709", "sha256": "685c3b37855ddb2f733bada54ff2ac38151f67cefeebd3e3ac8580e0e79f8c20" }, "downloads": -1, "filename": "httpie-adobeio-0.0.1.tar.gz", "has_sig": false, "md5_digest": "61d186d201291131d39dbb133b65e709", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2678, "upload_time": "2019-10-23T18:00:41", "upload_time_iso_8601": "2019-10-23T18:00:41.063330Z", "url": "https://files.pythonhosted.org/packages/68/05/b5b082c6e969ff44967a7543a7a9ef1cd754f9ddfae6b1024bca3f927373/httpie-adobeio-0.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "c75baa71ffae5e1888c3e1ac316d2eb6", "sha256": "11b44101725bb3d1cb724cf9672e8aa774ac1bcbba0ff0b1a19c0eac42c5e0ea" }, "downloads": -1, "filename": "httpie-adobeio-0.0.2.tar.gz", "has_sig": false, "md5_digest": "c75baa71ffae5e1888c3e1ac316d2eb6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2665, "upload_time": "2019-10-23T18:17:39", "upload_time_iso_8601": "2019-10-23T18:17:39.163783Z", "url": "https://files.pythonhosted.org/packages/ca/b8/841679419e08f408e84b5e964f9c5d042b09390252fc7c804e3b9d4f1477/httpie-adobeio-0.0.2.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c75baa71ffae5e1888c3e1ac316d2eb6", "sha256": "11b44101725bb3d1cb724cf9672e8aa774ac1bcbba0ff0b1a19c0eac42c5e0ea" }, "downloads": -1, "filename": "httpie-adobeio-0.0.2.tar.gz", "has_sig": false, "md5_digest": "c75baa71ffae5e1888c3e1ac316d2eb6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2665, "upload_time": "2019-10-23T18:17:39", "upload_time_iso_8601": "2019-10-23T18:17:39.163783Z", "url": "https://files.pythonhosted.org/packages/ca/b8/841679419e08f408e84b5e964f9c5d042b09390252fc7c804e3b9d4f1477/httpie-adobeio-0.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }