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

Cyb3r-Jak3/go-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"}