C# Class Podio.API.Services.UserService

显示文件 Open project: kasperbumbech/Podio.API-for-.NET

Public Methods

Method Description
GetUserContact ( string mail ) : Podio.API.Model.Contact
UserService ( Client client ) : System

Add a client and you can use this as a shortcut to the Podio REST API

Method Details

GetUserContact() public method

public GetUserContact ( string mail ) : Podio.API.Model.Contact
mail string
return Podio.API.Model.Contact

UserService() public method

Add a client and you can use this as a shortcut to the Podio REST API
public UserService ( Client client ) : System
client Client
return System