Adarsh Shah

Results 4 comments of Adarsh Shah

I saw the workaround recommended above but was wondering if we are looking at a better solution any time soon. Thanks.

> Hi, I am trying to import `"github.com/argoproj/argo-cd/pkg/apis/application/v1alpha1"` on client side to populate v1alpha1.AppProjectSpec{} and then json marshal it and send the data using rest api. I am hitting this...

> Hi Adarsh, I ended up not importing the library. Since rest apis just post json body, I just defined my own structures for required rest api. > […](#) >...