It looks like you're new here. If you want to get involved, click one of these buttons!
We developped some design that are follow into a bitbucket repositories. We would like to connect to those repositories using the URL tag but it seems that we get some trouble since those repositories are not public and we have to connect with some credentials.
Is there a way or a future enhancement to connect to a repository ?
Thanks in advance
Comments
Are you talking about layout file links or something else?
Like you open a layout using "http(s):":
If that's your problem you can also use a client like curl with "pipe:":
KLayout's built-in HTTP client is based on Qt or curl (of you pick that build option). For curl I can't say, but the Qt version does not support modern web service authentication methods like OAuth.
Matthias