Reputation: 765
I use IBM connections 5.5
and i want to post data on connections, from a local file(.docs or .txt), is there a default components on IBM connectionsthat enables this? Or should i develop an application that do this job from the scratch? Is there any API that can help me to achieve that?
Upvotes: 0
Views: 85
Reputation: 133
Depending on what you want to post (and where), the APIs vary, of course:
1) If you want to post information to users, look into the ActivityStreams API
2) If you want to post/file the documents themselves, look into the Files API
Cheers, Markus
Upvotes: 1