Hello community,
I want to create an API to import a file using alfresco REST EXPLORER API.
I documented the EXPLORER API /api-explorer/#/nodes/ .
I managed to test it on postman by calling the URL directly.
My problem is to implement it on spring boot using FeignClient or RestTemplate.
Thanks for your help .
You can download the OpenAPI descriptor from the Alfresco Content Services API Explorer and then generate your Alfresco Java Client using Open API Maven plugin or Swagger Codegen maven plugin.
A complete example related to the client of Activiti platform is available below:
https://github.com/OpenPj/activiti-swagger-client
So you only need to replace the JSON file with the Alfresco Content Services one exposed by your instance.
Hope this helps
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.