Categorygithub.com/Cyb3r-Jak3/go-api
module
2.0.0+incompatible
Repository: https://github.com/cyb3r-jak3/go-api.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author