paragonie / chronicle

Public append-only ledger microservice built with Slim Framework
469 stars 25 forks source link

[Feature Request] Output full result like `lookup` for `/chronicle/lasthash` endpoint #48

Closed vzool closed 5 years ago

vzool commented 5 years ago

Hi, this /chronicle/lasthash endpoint usually is used in one of the two steps to get the last hash with data.

So, I think if we just return all the record data for this API then we'll decrease the number of steps by 50%.

But, if there is a specific use case that I'm not aware of about the current design, then we can create a new API /chronicle/last.

Thanks