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 Mar 27, 2026. It is now read-only.
Hi!
Thanks for this library - very helpful! :)
I'm trying to add a claim ("P1") to an entity ("Q1") in a Wikibase instance. This instance has its own, custom datatype for "P1" (named "urix").
If I run e.g.
wb add-claim Q1 P1 "test"... then the response is:
unsupported datatype: urix. Please open an issue at ...How can I use this library for custom datatypes?