Azelphur / pyPushBullet

Python library to interface with PushBullet
GNU General Public License v3.0
180 stars 48 forks source link

File Upload - Message #10

Closed random-robbie closed 10 years ago

random-robbie commented 10 years ago

According to the API information you can add a message with the file.

type=file

file_name - The name of the file.
file_type - The MIME type of the file.
file_url - The url where the file can be downloaded.
body - (OPTIONAL) A message to go with the file.

are you able to add the body bit so it can be passed?

Azelphur commented 10 years ago

Must have forgotten to add that, oops! fixed now :)