jhonderson / actual-http-api

Basic Actual Budget API exposed through HTTP endpoints
MIT License
40 stars 9 forks source link

Encrypted files supported? #1

Closed Gandalf-the-Blue closed 10 months ago

Gandalf-the-Blue commented 11 months ago

Hi, If the budget file is encrypted, how do I provide the encryption password in the request?

jhonderson commented 10 months ago

Not supported as of now. One option I can think of is sending the budget encryption password in some HTTP header, and make use of that password here. I’ll give it a try this or next week.