You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is going to be annoying, but we need to make a pass through the REST API, as some things are really not consistent. For instance, for the API functions to retrieve information about ComputeService, the compute service name is passed as input in the JSON. But for other items, like Task, the task name is passed in the URL (which is more standard). We should have more info in the URLs in general since at the beginning (the proof of concept setup), everything was in the JSON
The text was updated successfully, but these errors were encountered:
This is going to be annoying, but we need to make a pass through the REST API, as some things are really not consistent. For instance, for the API functions to retrieve information about ComputeService, the compute service name is passed as input in the JSON. But for other items, like Task, the task name is passed in the URL (which is more standard). We should have more info in the URLs in general since at the beginning (the proof of concept setup), everything was in the JSON
The text was updated successfully, but these errors were encountered: