ReMarkableAPI icon indicating copy to clipboard operation
ReMarkableAPI copied to clipboard

Docs and implementation of the reMarkable file sync API

Results 12 ReMarkableAPI issues
Sort by recently updated
recently updated
newest added

As the title suggests, I am unable to successfully call any endpoint - even after I call `remarkable.php register `. This may even be an issue with the overall usage...

I'm trying to update a PDF document. When I send the new version of the pdf document I'm making sure to update the `version` and the `ModifiedClient` metadata. So far...

So far I only watched some limited network communication between the Windows-Client and the cloud service. I am pretty sure the mobile clients and the tablet itself use the same...

help wanted

When uploading a file with the command like this: `remarkable.php upload /path1/path2/path3/filename.txt ` the script correctly creates all the directories path1->path2->path3 with the name inside path3. This worked excellent. But...

According to https://github.com/juruen/rmapi/issues/23#issuecomment-425832548 you may now provide your own user agent string. I guess it is about this... https://github.com/splitbrain/ReMarkableAPI/blob/5eafff7a50981d59d0f5a05712b11e210842210c/src/RemarkableAPI.php#L69

Hi, I'm using your great wiki section to implement my own cloud API client, and I came across a couple of errors in the authentication section, both to do with...

Currently the download command only creates a zip file with raw .lines data. It would be cool if could also create SVGs and PDFs from it. This would require at...

enhancement
help wanted

I picked the language that I am most fluent with. But having a client in JavaScript or Python would also be cool.

help wanted

Currently the library depends on guzzle which is pretty popular, but other projects might already use a different HTTP client. Would be nice to switch it to https://github.com/php-http/httplug

enhancement
help wanted
good first issue