You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding point 3: I've experimented with that in a project of mine where I'm also using ln-service. I've written up some more on the approach here and maybe you find this interesting – relevant part here.
This is how ln-service started originally before I switched it to focus on gRPC. I think REST is more natural and flexible for a lot of people, including myself before I adapted my stuff to gRPC
The big difference though is that I don't really do REST with this, it's more of a direct proxy to the gRPC. That helps ensure that the REST requests would have total feature parity with gRPC requests
The original REST proxy mode has some problems, needed fixes:
The text was updated successfully, but these errors were encountered: