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
Need a strategy around version handling. Because some of the features / APIs we're working with / exposing are not part of the official API we can't rely on API Version and sometimes have to track on UCP Version (HRM / Interlock is an example of this). Mind-dump:
Track feature / endpoint mapping somewhere
Ensure we track UCP version and API version in sessions
Different client per version? (probably not as the API doesn't diverge that much)
Different feature handling per version (probably easier to begin with but can get messy)
Etc...
The text was updated successfully, but these errors were encountered:
Need a strategy around version handling. Because some of the features / APIs we're working with / exposing are not part of the official API we can't rely on API Version and sometimes have to track on UCP Version (HRM / Interlock is an example of this). Mind-dump:
The text was updated successfully, but these errors were encountered: