Skip to content

pasewalck/api-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prototype Caching Proxy API

This project implements a prototype for a caching proxy api. The results of api requests are cached for a specific time period based on a key generated from the request.

This is a prototype and not tested in production.

Copyright (C) 2025 Jana Caroline Pasewalck

Setup

This application uses an api url scheme as follows: http://localhost/6000/proxy-api/{api-key}/{ttl-in-hours}/{encoded-target-api-url}

To encode your target API URL, use a tool like this url encoder or similar.

An API Key needs to be passed in via environment variables as follows: APP_KEY={very_secret_string}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published