phildenhoff / logseq-raindrop

A Raindrop plugin for Logseq
MIT License
62 stars 5 forks source link

Refactor Raindrop client to separate HTTP methods from abstractions #49

Closed phildenhoff closed 1 year ago

phildenhoff commented 1 year ago

This changes the Raindrop client to be one http.ts file, with get & post commands, that is initialized at the start of the app, and some supporting files that interact with the HTTP client.

Thanks @quinlanjager for your feedback!

phildenhoff commented 1 year ago

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.