Exemplo n.º 1
0
    def GET(self, release_id):
        """:returns: JSONized component data for release and releated plugins.

        :http: * 200 (OK)
        """
        components = ComponentCollection.get_all_by_release(release_id)
        return ComponentCollection.to_json(components)