메소드 | 설명 | |
---|---|---|
BasecampService ( string BaseUrl, string APIKey ) : System | ||
GetAccount ( ) : |
GET /account.xml Returns info about the current Basecamp account, its subscription, and the default post and attachment categories.
|
|
GetCompanies ( ) : List |
GET /companies.xml Returns a list of all companies visible to the requesting user.
|
|
GetMe ( ) : Person |
GET /me.xml Returns the currently logged in person (you).
|
|
GetPeople ( ) : List |
GET /people.xml Returns all people visible to (and including) the requesting user.
|
|
GetPeopleByCompanyId ( |
GET /companies/#{company_id}/people.xml Returns all people from the given company that are visible to the requesting user.
|
|
GetPeopleByProjectId ( |
GET /projects/#{project_id}/people.xml Returns all people with access to the given project.
|
|
GetPerson ( |
GET /people/#{person_id}.xml Returns a single person identified by their integer ID.
|
|
GetProject ( |
GET /projects/#{project_id}.xml Returns a single project identified by its integer ID.
|
|
GetProjects ( ) : List |
GET /projects.xml Returns all accessible projects. This includes active, inactive, and archived projects.
|
|
GetTimeEntriesByProjectId ( |
메소드 | 설명 | |
---|---|---|
GetStaticProject ( dynamic rProject ) : |
public BasecampService ( string BaseUrl, string APIKey ) : System | ||
BaseUrl | string | |
APIKey | string | |
리턴 | System |
public GetPeopleByCompanyId ( |
||
companyId | ||
리턴 | List |
public GetPeopleByProjectId ( |
||
projectId | ||
리턴 | List |
public GetProject ( |
||
projectId | ||
리턴 |
public GetTimeEntriesByProjectId ( |
||
projectId | ||
리턴 | List |