As was remarked in #60 (and #59) the API does not utilize return values much and it would be useful to discuss how to change this.
My current interpretation is:
- Most clients that don't expect a return value will ignore them
- This holds at least for go when the "return pointer" is nil
This issue should be used for discussing how it would be best to deal with it.
Note: the scope of this is limited to API endpoints that previously return None or for values added in addition to the old return values. Any API already returning values that now get a renamed return should be handled differently and is outside of this scope.
As was remarked in #60 (and #59) the API does not utilize return values much and it would be useful to discuss how to change this.
My current interpretation is:
This issue should be used for discussing how it would be best to deal with it.
Note: the scope of this is limited to API endpoints that previously return
Noneor for values added in addition to the old return values. Any API already returning values that now get a renamed return should be handled differently and is outside of this scope.