-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'urlSuffix' is better to be a configuration option. #35
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 |
MrRefactoring
added
the
enhancement
Denotes a suggestion or request aimed at improving or adding new features to the project
label
Feb 9, 2023
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in 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: