cablelabs / lpwanserver

LPWAN Provisioning & Management Server
https://lpwanserver.com
Apache License 2.0
37 stars 11 forks source link

Implement REST API caching strategy #366

Open rhythnic opened 4 years ago

rhythnic commented 4 years ago

Use etag and/or last-modified headers so that clients can reliably cache results. OpenAPI doc for v2 should reflect preliminary design choices for HTTP caching, but this issue takes precedence. Update OpenAPI doc as necessary.

rhythnic commented 4 years ago

Unnecessary for v2 release. Postpone as a general enhancement.