Skip to content

Commit b2a219f

Browse files
committed
Added sections to client
1 parent 3e07fb1 commit b2a219f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/com/asana/Client.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public class Client {
5959
public Projects projects;
6060
public ProjectStatuses projectStatuses;
6161
public ProjectMemberships projectMemberships;
62+
public Sections sections;
6263
public Stories stories;
6364
public Tags tags;
6465
public Tasks tasks;
@@ -121,6 +122,7 @@ public Client(Dispatcher dispatcher, Map<String, Object> options, Map<String, St
121122
this.projects = new Projects(this);
122123
this.projectStatuses = new ProjectStatuses(this);
123124
this.projectMemberships = new ProjectMemberships(this);
125+
this.sections = new Sections(this);
124126
this.stories = new Stories(this);
125127
this.tags = new Tags(this);
126128
this.tasks = new Tasks(this);

0 commit comments

Comments
 (0)