ecologylab / BigSemanticsWrapperRepository

Repository of wrappers used by the BigSemantics project.
Apache License 2.0
3 stars 9 forks source link

springer_search wrapper missing generic parameter specification #37

Closed amwebb closed 9 years ago

amwebb commented 9 years ago

C# metadata class generated for springer_search does not compile as it is missing generic parameters specification for SR which defines the type of the search results.

i believe it should be:

amwebb commented 9 years ago

<generic_type_var name="SR" arg="social_media_search_result" />

imdevan commented 9 years ago

Added <generic_type_var name="SR" arg="springer_book" /> to springerSearch.xml