links¶
/links/*
This file describes the router for
/links
get_links(request, params=Depends())
async
¶
GET /links
Return a regular /links
response for an OPTIMADE implementation.
Source code in optimade_gateway/routers/links.py
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
|