Skip to content

A utility server that aggregates multiple HTTP API into single API endpoint, by defining the yaml config

Notifications You must be signed in to change notification settings

huzky-v/api-glue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Glue

What is this and why

API glue is a utility tool, which aims to aggregate multiple API request, format it and return the data in single API endpoint, by setting up yaml configuration.

This is created because my Homepage Dashboard requires single API endpoint to show the data, and I need data from multiple sources.

How to use it

First, you need to create a config.yaml (You can check the example in the config.example.yaml)
Then either use bun server.js / node server.js or build your own docker image and pass volume config.yaml:/app/config.yaml to spin up the server (The Documentation will be updated later)

About

A utility server that aggregates multiple HTTP API into single API endpoint, by defining the yaml config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published