{ "info": { "author": "Openlabs Technologies and Consulting (P) Ltd.", "author_email": "info@openlabs.co.in", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Plugins", "Framework :: Tryton", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Office/Business" ], "description": "Nereid Rest\n============\nNereid Rest is a tryton module which adds RESTful API to `Nereid `_.\n\nInstallation\n------------\nGet the latest code from github and install::\n\n pip install git+ssh://git@github.com/openlabs/nereid-rest.git@develop\n\nUsage\n-----\nAfter installing nereid-rest, access data of any model just by accessing ``/rest/model`` followed by the model name in the URL, which gives you model records as JSON:\n\n================ ===============================================\n\nGET, POST /rest/model/\n\n================ ===============================================\n\nTo get a specific record from a model:\n\n================ ===============================================\n\nGET, PUT, DELETE /rest/model//\n\n================ ===============================================\n\nFor example\n-----------\nTo get all the records of ``party.party`` ::\n\n /rest/model/party.party\n\nGet data of record with id 5 from ``party.party`` model::\n\n /rest/model/party.party/5\n\nBy default you only get the ``id`` and ``rec_name`` if there's no ``serialize`` method in the model.\n\nBut, if there's a serialize method in the model, nereid-rest will return whatever ``serialize`` method returns.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.openlabs.co.in/", "keywords": null, "license": "GPL-3", "maintainer": null, "maintainer_email": null, "name": "openlabs_nereid_rest", "package_url": "https://pypi.org/project/openlabs_nereid_rest/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/openlabs_nereid_rest/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.openlabs.co.in/" }, "release_url": "https://pypi.org/project/openlabs_nereid_rest/3.0.1.0dev1/", "requires_dist": null, "requires_python": null, "summary": "RESTful API for Nereid.", "version": "3.0.1.0dev1" }, "last_serial": 1096764, "releases": { "3.0.1.0dev1": [ { "comment_text": "", "digests": { "md5": "84108225230d5107f2279b134e793e5d", "sha256": "8639a6a00ebe536a1184662419695a9d65d054597a0414700b09bcf523953df3" }, "downloads": -1, "filename": "openlabs_nereid_rest-3.0.1.0dev1.tar.gz", "has_sig": false, "md5_digest": "84108225230d5107f2279b134e793e5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5652, "upload_time": "2014-05-19T05:24:20", "url": "https://files.pythonhosted.org/packages/ad/39/dde0ede08dbdd6383e4c1416b3d1bbc01339e37f7098517010f28117f7f6/openlabs_nereid_rest-3.0.1.0dev1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "84108225230d5107f2279b134e793e5d", "sha256": "8639a6a00ebe536a1184662419695a9d65d054597a0414700b09bcf523953df3" }, "downloads": -1, "filename": "openlabs_nereid_rest-3.0.1.0dev1.tar.gz", "has_sig": false, "md5_digest": "84108225230d5107f2279b134e793e5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5652, "upload_time": "2014-05-19T05:24:20", "url": "https://files.pythonhosted.org/packages/ad/39/dde0ede08dbdd6383e4c1416b3d1bbc01339e37f7098517010f28117f7f6/openlabs_nereid_rest-3.0.1.0dev1.tar.gz" } ] }