Search code examples
f#type-providersf#-3.0

F# Type Providers and REST apis


Is there any reason why the default plug and play F# type providers to web services is soap based wsdl? Is it because of a lack of formal contracts in REST? Such that each REST api may differ significantly and hence making a general REST provider difficult to provide?


Solution

  • Type providers need machine-readable type schema to do their jobs well.