tripit / api

TripIt's API Documentation and Support Forum
http://www.tripit.com/developer
Other
47 stars 16 forks source link

Adding a logo image to Note or any other TripIt objectj (?) #216

Closed doogie99 closed 6 years ago

doogie99 commented 6 years ago

Is it possible to add an image (i.e. a logo) to Note content or any other TripIt objects? In lieu of that, is there any way to subbrand TripIt programmatically?

Thanks,

Doug

doogie99 commented 6 years ago

Also, is there any way to add any formatting? Boldface, italics, underline, font size, etc?

hliss commented 6 years ago

Hi, apologies for the delay here. You're able to add an image to any object! See the Image property of the Object here: https://api.tripit.com/xsd/tripit-api-obj-v1.xsd.

Any formatting other than newlines is not supported. Thanks!