From/Into are for value to value conversions, I feel this is used a lot in places where it's not just a simple value conversion.
For example, String Into Rest.
You're not converting a key into a Rest client, you are making a client using a key. A string into a URL makes sense because the string is the entire contents of the URL, but with a rest client, the token string is just one small part of the client.
┆Issue is synchronized with this Jira Task by Unito
From/Into are for value to value conversions, I feel this is used a lot in places where it's not just a simple value conversion.
For example, String Into Rest.
You're not converting a key into a Rest client, you are making a client using a key. A string into a URL makes sense because the string is the entire contents of the URL, but with a rest client, the token string is just one small part of the client.
┆Issue is synchronized with this Jira Task by Unito