/api

A simple api to do a bunch of stuff

Primary LanguageGoMIT LicenseMIT

Personal API Service

Welcome to my personal API service - a collection of utility endpoints for various needs.

Features

  • Pastebin Service: Create and retrieve text snippets securely. Documentation
  • More services coming soon...

Environment Setup

Before running the API, configure the following environment variables:

export UNKEY_ROOT_KEY=<Your root key from app.unkey.com/settings/root-keys>
export UNKEY_API_ID=<Your Project API ID>
export BASE_URL=http://localhost:8080

Getting Started

  1. Set up environment variables
  2. Start the API server
  3. Use the services as documented in their respective documentation files

Service Documentation