-
Notifications
You must be signed in to change notification settings - Fork 15
'urlSuffix' is better to be a configuration option. #35
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
enhancement
Denotes a suggestion or request aimed at improving or adding new features to the project
Comments
Hello @xucongli1989! Thanks for mentioning it. Needs to improve it |
Hi, I'm trying to use the library but my confluence instance doesn't use the wiki suffix. Is there a way or configuration currently usable to get around that? |
@tschannik , you can try this: const client = new ConfluenceClient({...})
client.urlSuffix = "/rest/" |
That works :) would be also nice if it could be configurable in the constructor. I could open a PR if i have time later 👍 |
MrRefactoring
added a commit
that referenced
this issue
May 21, 2023
MrRefactoring
added a commit
that referenced
this issue
May 21, 2023
MrRefactoring
added a commit
that referenced
this issue
May 21, 2023
Will be added with V2 API |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
enhancement
Denotes a suggestion or request aimed at improving or adding new features to the project
Description
I think someone's Conluence home page is not start with
/wiki/
. Thanks!Code
confluence.js/src/clients/baseClient.ts
Line 14 in ac097f5
The text was updated successfully, but these errors were encountered: