You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gns3-server/gns3server/handlers/api/controller
grossmj 98f04365b7
Remove generic controller settings API endpoint.
6 years ago
..
__init__.py The server has now 2 notification streams 6 years ago
appliance_handler.py Remove generic controller settings API endpoint. 6 years ago
compute_handler.py Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425 6 years ago
drawing_handler.py Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425 6 years ago
gns3_vm_handler.py Remove generic controller settings API endpoint. 6 years ago
link_handler.py Refactor how clients access PCAP capture files. Fixes https://github.com/GNS3/gns3-gui/issues/2438. 6 years ago
node_handler.py Base for dedicated appliance management API. Ref https://github.com/GNS3/gns3-server/issues/1427 6 years ago
notification_handler.py Fix tests to work with new version of aiohttp (>= 3.0) 6 years ago
project_handler.py Reorder routes in order to get working CORS 6 years ago
server_handler.py Remove generic controller settings API endpoint. 6 years ago
snapshot_handler.py Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425 6 years ago
symbol_handler.py Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425 6 years ago