Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 1.2 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.2 KB

Go API Server

Uptime 30 Days Build Docker Test Go

This is go rewrite of my backend for my sites where I have all my api ends points for web interactions. Python version.

Checkout my workers based API as well where more endpoints live and are being migrated to.

Endpoints

/encrypted_resume

All this endpoint does is return my resume that has been encrypted with users uploaded public key.

/mics/string

Returns lower, upper or title case string.

Request Format:

{"string": "String Here", "modification": "lower|upper|title"}

Response Format:

{"string": "String here"}