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
Currently the constructor accepts the following connected parameters: base_url, vocab_id and url.
The url is a composition of base_url and vocab_id, but currently the vocab_id is mandatory. I should be able to just set the url and not have to worry about the vocab_id.
I'd also rather rename a few of these parameters to make them more clear. Please rename url to scheme_uri, base_url to base_scheme_uri and vocab_id to scheme_id.
Please include the schemes/ in the base_scheme_uri.
The text was updated successfully, but these errors were encountered:
Currently the constructor accepts the following connected parameters:
base_url
,vocab_id
andurl
.The
url
is a composition ofbase_url
andvocab_id
, but currently thevocab_id
is mandatory. I should be able to just set the url and not have to worry about the vocab_id.I'd also rather rename a few of these parameters to make them more clear. Please rename
url
toscheme_uri
,base_url
tobase_scheme_uri
andvocab_id
toscheme_id
.Please include the
schemes/
in thebase_scheme_uri
.The text was updated successfully, but these errors were encountered: