abstract fun makeResourceNodeFromUrl(url: String!): Future<ResourceNode!>!
Create a resourceNode using the given URL.
url
- String!: a string which should be a valid a URL.
Return
Future<ResourceNode!>!: a valid ResourceNode.
Throw
if the URL is not valid.