Skip to content

Come up with uniform versioning scheme for methods #408

@MicahZoltu

Description

@MicahZoltu

There are several possibilities here:

  1. add version parameter to the end - I think this is mostly backward compatible, if it isn't added just assume v1
  2. add version parameter at beginning - not backwards compatible, benefit is ???
  3. all methods accept 1 object with version as top-level value then args - ???
  4. add new method for backwards incompatible changes - similar to engine api
  5. new method which says which version the api is and move the entire api forward with new version updates
  6. ??? probably a lot more possibilities that haven't been thought through

Originally posted by @lightclient in #383 (comment)

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