C# Class Podio.API.Services.FileService

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

Public Methods

Method Description
FileService ( Client client ) : Podio.API.Model

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

UploadFile ( byte data, string filename, string mimetype ) : Podio.API.Model.FileAttachment

https://developers.podio.com/doc/files/upload-file-1004361

Method Details

FileService() public method

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

UploadFile() public method

https://developers.podio.com/doc/files/upload-file-1004361
public UploadFile ( byte data, string filename, string mimetype ) : Podio.API.Model.FileAttachment
data byte
filename string
mimetype string
return Podio.API.Model.FileAttachment