hydraplatform / hydra-server

GNU Lesser General Public License v3.0
5 stars 0 forks source link

Don't return full network object on add_network #30

Closed knoxsp closed 1 year ago

knoxsp commented 1 year ago

Creating the Network object is very time consuming, and unnecessary when the network has just been created. The only really important thing to return is the newly created ID, so this is retuned in the lighter-weight ResourceSummary object.