Skip to content
Snippets Groups Projects
Commit ac8a9d60 authored by Tim Repke's avatar Tim Repke
Browse files

switch to post for oa queries

parent 749ea955
Branches main
No related tags found
1 merge request!71switch to post for oa queries
Pipeline #2458 passed
......@@ -31,7 +31,7 @@ class TermStats(BaseModel):
ttf: int
@router.get('/openalex/select', response_model=SearchResult)
@router.post('/openalex/select', response_model=SearchResult)
async def search_openalex(query: str,
limit: int = 20,
offset: int = 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment