UNPKG

@mrmory/bggclient

Version:

Javascript client to interact with BoardGameGeek public XML API based on boardgamegeekjsclient

9 lines 531 B
export { BggThingDtoParser } from './BggThingDtoParser'; export { BggFamilyDtoParser } from './BggFamilyDtoParser'; export { BggForumlistDtoParser } from './BggForumlistDtoParser'; export { BggForumDtoParser } from './BggForumDtoParser'; export { BggThreadDtoParser } from './BggThreadDtoParser'; export { BggUserDtoParser } from './BggUserDtoParser'; export { BggGuildDtoParser } from './BggGuildDtoParser'; export { BggPlayDtoParser } from './BggPlaysDtoParser'; export { BggCollectionDtoParser } from './BggCollectionDtoParser';