AD-SDL / polybot-web-service

A server to control robotic synthesis of thin-film polymeric materials
Apache License 2.0
0 stars 2 forks source link

Add option to get template from url #11

Closed hyiprc closed 3 years ago

hyiprc commented 3 years ago

Make a GET request to download template.json if search_template_path is set to an URL, e.g., search_template_path: http://127.0.0.1:5000/inputs/template

WardLT commented 3 years ago

What should the response from the URL look like? Does it return JSON in the body or as a file attachment?