Skip to content

Handling of new (previously None) return values #62

@dsonck92

Description

@dsonck92

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions