abstract fun makeResourceNodeFromName(name: String!): Future<ResourceNode!>!
Create a resource node using a string the method will use the method makeUrlFromName in order to create a URL.
Return
Future<ResourceNode!>!: A valid ResourceNode.
Throw
if the string doesn't allow to create a valid URL.