You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At least I couldn't find a way to upload and download attachments.
I'm not sure if \Gitlab\Api\Projects::uploadFile could be used to upload, because in the url there is not the /wikis/ path
\Gitlab\Api\Wiki::show can't be used to download, because I can't add the necessary path - for example uploads/3a857cdc4e2f2d84c3d94a7ecf316b28/image.png - , which would by modifed by \rawurlencode
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because there has been no recent activity. It will be closed after 30 days if no further activity occurs. Thank you for your contributions.
At least I couldn't find a way to upload and download attachments.
\Gitlab\Api\Projects::uploadFile
could be used to upload, because in the url there is not the/wikis/
path\Gitlab\Api\Wiki::show
can't be used to download, because I can't add the necessary path - for exampleuploads/3a857cdc4e2f2d84c3d94a7ecf316b28/image.png
- , which would by modifed by\rawurlencode
The text was updated successfully, but these errors were encountered: