Page 1 of 1

Programmatically create bookmarks

Posted: 12 Nov 2018 07:52
by Shani92
Hi,

I have a series of timestamps in a text file. I would like to programmatically create bookmarks at these timestamps. Is there anything currently available which would facilitate this?

Re: Programmatically create bookmarks

Posted: 02 Jan 2019 09:47
by SimPune
String apiPath = "/dogear/api/app";
Response<String> postResponse = restClient.doPost(apiPath).parameter("email","another users email").body(body, "application/atom+xml").asString();