API Usage

Parameters

  1. Binary: binary
  2. Decimal: decimal
  3. Hexadecimal: hexadecimal

Usage and Response

  1. GET request to https://dev.nevets.tech/calculator/hexdecbin/api.php?(parameter)=(value)
  2. API responds with a json string similar to below
  3.           {
                "binary":1101011,
                "decimal":107,
                "hexadecimal":"6B"
              }
            
  4. Reminder: Only use one parameter, more than one will return a 422 error!