Interface ProjectApi


public interface ProjectApi
  • Method Details

    • getProjects

      @GET("/design/projects/by-workspace/{workspaceId}/DESIGN") retrofit2.Call<List<Project>> getProjects(@Path("workspaceId") String workspaceId)
    • find

      @GET("/design/projects/{id}") retrofit2.Call<Project> find(@Path("id") String id)