Parser
Functions for parsing input arguments.
Functions
|
Function decorator to perform automatic parsing of input arguments. |
|
Checks whether the given value is a UUID. |
|
Parses boolean input values. |
|
Parses integer input values. |
|
Parses input value to be of type list |
|
Applies parsing only if input is not None. |
|
Parses string input values. |
|
Parses input to a Timestamp object. |
|
Parses a value given a specific type. |
|
Parses strings expected to be UUIDs. |
|
Convert snake case fotonepy naming convention to camelCase |
|
Converts camel case API naming conventions to snake case. |