com.asana.resources.BatchApis Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of asana Show documentation
Show all versions of asana Show documentation
A Java client for the Asana API.
package com.asana.resources;
import com.asana.Client;
import com.asana.resources.gen.BatchApiBase;
public class BatchApis extends BatchApiBase {
public BatchApis(Client client) {
super(client);
}
}