java-asana icon indicating copy to clipboard operation
java-asana copied to clipboard

Project templates implementation missing.

Open davwil opened this issue 3 years ago • 1 comments

The project templates api is not integrated, it looks like only the api files have been auto-generated. I would assume that an implementation exists if there already is a reference example in the Documentation (see here, select 'Java ' flavour: https://developers.asana.com/docs/instantiate-a-project-from-a-project-template)

Job result = client.projecttemplates.instantiateProject(projectTemplateGid)
    .data("field", "value")
    .data("field", "value")
    .option("pretty", true)
    .execute();

davwil avatar Aug 05 '22 12:08 davwil

Thanks @davwil, I was also looking for this feature. I just created a PR with it: #155

OliverAbdulrahim avatar Sep 24 '22 23:09 OliverAbdulrahim