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
{{ message }}
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
The spec states that
idis optional. If present, it must be a URL, which may be dereferenced.To better support the spec, we should update the sdk such that:
SetID(), so it does validation that the parameter is a URI (using theurl.Parsefunction).