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
No related branches found
No related tags found
1 merge request!71switch to post for oa queries
Pipeline #2458 passed
...@@ -31,7 +31,7 @@ class TermStats(BaseModel): ...@@ -31,7 +31,7 @@ class TermStats(BaseModel):
ttf: int ttf: int
@router.get('/openalex/select', response_model=SearchResult) @router.post('/openalex/select', response_model=SearchResult)
async def search_openalex(query: str, async def search_openalex(query: str,
limit: int = 20, limit: int = 20,
offset: int = 0, 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