Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 239 Bytes

GET_encode64_value.md

File metadata and controls

18 lines (14 loc) · 239 Bytes

GET /encode64/:value

Request

GET https://api.bondarewicz.com/v1/encode64/qwerty

Response

{
  "base64": "cXdlcnR5",
  "links": {
    "decode": "https://api.bondarewicz.com/v1/decode64/cXdlcnR5"
  }
}