Skip to content

joshkmartinez/base-64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base 64 Microservice

Endpoints:

  • /:param
    • if :param is a valid base 64 hash it will be decoded an returned
    • if the decoded hash is a valid url then you will automatically be redirected to it
    • if the hash is not base 64 it will be encoded and returned
  • /d/:param
    • decode :param and return it
    • This will not redirect you if the hash is a valid url
  • /e/:param
    • encode :param and return it
  • /is/:param
    • return true if the hash is valid base 64, else return false
  • /rick
    • just try it for yourself

About

A microservice that decodes/encodes base 64 strings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published