Parameters
+-
+
- Binary:
binary
+ - Decimal:
decimal
+ - Hexadecimal:
hexadecimal
+
Usage and Response
+-
+
- GET request to
https://dev.nevets.tech/calculator/hexdecbin/api.php?(parameter)=(value)
+ - API responds with a json string similar to below +
- Reminder: Only use one parameter, more than one will return a 422 error! +
+ {
+ "binary":1101011,
+ "decimal":107,
+ "hexadecimal":"6B"
+ }
+
+