from openflexure_microscope.api.v1.views import MicroscopeView from openflexure_microscope.api.utilities import JsonPayload from flask import Response, Blueprint, jsonify, request, abort, url_for, redirect, send_file import logging class ZoomAPI(MicroscopeView): def get(self): """ Get the current zoom value .. :quickref: Zoom; Get the zoom value :>header Accept: application/json :
header Accept: application/json :
header Accept: application/json :
header Accept: application/json :