Skip to content

retr0cube/glacier-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glacier API

A REST API for the 👾 Monolith project

GitHub Repo starsGitHubGitHub Workflow Status

ℹ️ What is this?

  • As mentioned in my proof of concept, this is a REST API designed to house a Supabase database full of addons, and make it accessible via GET requests which return a JSON object, it’s the main addon repository for the 👾 Monolith project hosted on glacier-api.onrender.com.

Example:

  • HTTP request:
GET https://glacier-api.onrender.com/package/mnl
  • JSON response:
{
	"name": "Monolith",
	"author": ["Retcy"]
	// other stuff here ;)
}

NOTE: You can use this repository as a template for your own custom repo to use on the CLI.

About

A Rest API for the Monolith project

Resources

License

Stars

Watchers

Forks

Languages