-
Notifications
You must be signed in to change notification settings - Fork 119
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
DMS support and docs/examples #278
Comments
@vergelli Hi, in order for Python-Redmine to work with any plugin, this plugin has to have a REST API, unfortunately I didn't find any information in their docs regarding whether they have a REST API or not. If they do, you can follow our documentation and create a custom resource or several resources which will represent entities of the plugin, so Python-Redmine knows how to work with their data responses. |
Hi, |
@Tom-Black Hi, did you find a way to take control of dms? I was touching a bit of it, with no luck. I was hoping to find a solution of this kind:
I have tried several ways but with no luck. I wonder if there is a way to work around it. Since as it was mentioned, it supports external Redmine plugin API. |
@maxtepkeev Could there be a way to list all the resources? hoping to find any reference that brings me to dmsf Update: I found that:
does just that which returns:
Nothing seems useful anyway |
As the plugins REST API uses a separate dmsf endpoint i.e. /projects/12/dmsf.json the only way to use it is to implement it as a custom resource. |
Hello, I'm working on a project that uses the DMSf plugin for Redmine, so I was wondering if there is a chance to take controll of this plugin with Python-Redmine. It seems that it is possible since I already asked them and their answer was pretty much positive. Seems there is no documentation anywhere from which I can start working with. I am seeking for example codes or anything that can help me.
The text was updated successfully, but these errors were encountered: