Bug Report 🐛
We've lost the URL prefix for the from imports. I think there's an env var you have to set for that when you generate.
Expected Behavior
Imports should use fully-qualified URLs:
import com.docusign.connect.EnvelopeStatusCode from https://models.accordproject.org/docusign/connect.cto
Current Behavior
import com.docusign.connect.EnvelopeStatusCode from /docusign/connect.cto
Possible Solution
Set the environment variable for the host name and regenerate.
Steps to Reproduce
- Browse a model at https://models.accordproject.org
Bug Report 🐛
We've lost the URL prefix for the
fromimports. I think there's an env var you have to set for that when you generate.Expected Behavior
Imports should use fully-qualified URLs:
import com.docusign.connect.EnvelopeStatusCode from https://models.accordproject.org/docusign/connect.ctoCurrent Behavior
import com.docusign.connect.EnvelopeStatusCode from /docusign/connect.ctoPossible Solution
Set the environment variable for the host name and regenerate.
Steps to Reproduce