path_restCtrl
extends RestApiCtrl
in package
Table of Contents
Methods
- delete() : mixed
- get() : object
- Retrieves a list of unique repository paths.
- post() : object
- put() : mixed
Methods
delete()
public
delete() : mixed
get()
Retrieves a list of unique repository paths.
public
get() : object
They are available if not already registered in a Lizmap repository.
Return values
object —a JSON response object containing the list of unique repository paths or an error response in case of authentication failure
post()
public
post() : object
Return values
objectput()
public
put() : mixed