aces / cbrain

CBRAIN is a flexible Ruby on Rails framework for accessing and processing of large data on high-performance computing infrastructures.
GNU General Public License v3.0
71 stars 42 forks source link

Added API endpoint to get a TC's descriptor #1242

Closed prioux closed 2 years ago

prioux commented 2 years ago

The 'Boutiques' column in the ToolConfig index page has hotlinks to a page that shows the descriptor.

For the API side, issue things like:

curl -H 'Accept: application/json' http://localhost:3000/tool_configs/5/boutiques_descriptor.json?cbrain_api_token=e262c225510aab9260301f604e2cf8ae
MontrealSergiy commented 2 years ago

seems work as expected