Replies: 2 comments
-
You sure can! The API is detailed in the official Documentation; https://github.com/zelon88/HRConvert2/tree/master/Documentation Specifically, the following files are very useful if you are developing via API..... If you use POST and GET inputs you can do this via command line, but it would be very time consuming. To convert and download a file you need to........
So it takes one GET request and three POST requests to get anything done via the API. I have wrestled with the idea of enabling an "API only" configuration entry. I would want to have config.php define inputs & outputs separately via csv,tsv,yaml,xml,json. I somewhat started working towards that goal with the latest UI changes in v3.3, which further consolidate the images, css, and js files used by the UI. There was no reason to have them stored outside the UI when the core has no use for them, and other UI's will probably ship with their own images, css, and js anyway. |
Beta Was this translation helpful? Give feedback.
-
In v3.3.3 I added the following sections to the docs, specifically CREATING_GUIS.txt.....
|
Beta Was this translation helpful? Give feedback.
-
Is there a way I can use this as an API and have an endpoint instead of the built in UI?
Thanks,
Sal
Beta Was this translation helpful? Give feedback.
All reactions