Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 354 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 354 Bytes

Call-n-Cache

An API service that calls a configured endpoint and caches the result.

Current Limitations

  • Requests are a Post with JSON body
  • Results expected as JSON

Environment Variables

Uri: https://my.url.com
Headers__API-Key: token
Headers__X-API-KEY: token
Base64Payload: eyJoZWxsbyI6IndvcmxkISJ9
ShowException: false
Timeout: 2500