api.route("/astroprint/manufacturers/<string:manufacturer_id>/models", methods=["GET"])
| 1 | # coding=utf-8 |
| 2 | __author__ = "AstroPrint Product Team <product@astroprint.com>" |
| 3 | __license__ = 'GNU Affero General Public License http://www.gnu.org/licenses/agpl.html' |
| 4 |
nothing calls this directly
no outgoing calls
no test coverage detected