nerd

This pluggable module provides access to NERD service operated by CESNET, a.l.e.. It is implemented upon custom mentat.services.nerd module.

Provided endpoints

/nerd/search

Endpoint providing search form for querying NERD service and formatting result as HTML page.

  • Authentication: login required

  • Methods: GET

/api/nerd/search

Endpoint providing API search form for querying NERD service and formatting result as JSON document.

  • Authentication: login required

  • Authorization: any role

  • Methods: GET, POST

/snippet/nerd/search

Endpoint providing API search form for querying NERD service and formatting result as JSON document containing HTML snippets.

  • Authentication: login required

  • Authorization: any role

  • Methods: GET, POST