Closed juleshaas closed 2 years ago
The new endpoint is: /grass_modules/
Example: curl ${AUTH_U} -X POST "${ACTINIA_URL}/grass_modules/r.clip"
curl ${AUTH_U} -X POST "${ACTINIA_URL}/grass_modules/r.clip"
After installation the GRASS module lists in the grassmodules and the user who installed it can use it.
Only official GRASS addons from main branch are allowed.
Addresses #13
Tests will be added in another PR.
The new endpoint is: /grass_modules/
Example:
curl ${AUTH_U} -X POST "${ACTINIA_URL}/grass_modules/r.clip"
After installation the GRASS module lists in the grassmodules and the user who installed it can use it.
Only official GRASS addons from main branch are allowed.
Addresses #13
Tests will be added in another PR.