Rapid Helpers
Deprecated
Use operations and responses instead
Functions
Link copied to clipboard
@Deprecated(message = "Construct operation using Link", replaceWith = @ReplaceWith(imports = {}, expression = "Operation(link: Link)" ) )
Extracts the room booking ID from a URL string if it exists; otherwise, returns null.
Link copied to clipboard
@Deprecated(message = "Construct operation using Link", replaceWith = @ReplaceWith(imports = {}, expression = "Operation(link: Link)" ) )
Extracts the token parameter from a URL string if it exists; otherwise, returns null.
Link copied to clipboard
@Deprecated(message = "Get transactionId from response headers", replaceWith = @ReplaceWith(imports = {}, expression = "response.headers[transaction-id]" ) )
Extracts the transaction ID from a response object if it exists; otherwise, returns null.