links¶
/links/*
This file describes the router for:
/links
get_links(request, params)
async
¶
GET /links
Return a regular /links
response for an OPTIMADE implementation.
Source code in optimade_gateway/routers/links.py
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
|