MrRefactoring / confluence.js

confluence.js is a powerful Node.JS/Browser module that allows you to interact with the Confluence API very easily
https://mrrefactoring.github.io/confluence.js/
MIT License
65 stars 15 forks source link

GetContentByTypeForSpace does not use expand #136

Closed laritikkanen closed 3 weeks ago

laritikkanen commented 8 months ago

Like in #30 parameters has expand defined, but the function doesn't use it. Works perfectly when added.

MrRefactoring commented 8 months ago

Hi @laritikkanen! Yes, probably I forgot to add it. Please feel free to create a pull request to add the "expand" parameter.