java - Podio API, attaching files to items -
i have problem attaching file specific item using java api. know should possible functionality described here in podio documentation https://developers.podio.com/doc/files/attach-file-22518 , examples php , ruby given. cannot find such method in podio java library. find in fileapi methods provide uploading files, not attaching them specific objects described in documentation. use podio api version 0.7.1
any ideas how should done in java?
podio uses rest-style api. send standard http-request, , json-formatted data. can without special library programming language.
if there no predefined java class you, can call yourself. in end http-call.
from ruby implemention, see attach file multipart/form-data, same browser it. there should http-handling java classes you.
you need add information api-page, post-parameters , of course url. difficult part authentication headers, need solve problem once.
Comments
Post a Comment