Skip to content

Commit

Permalink
adding the endpoint to get all software
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazztok45 committed May 3, 2024
1 parent d85be6a commit 2a148a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/zbmath_rest2oai/run_get_all_de_software.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
#CSV_URL = 'https://raw.githubusercontent.com/MaRDI4NFDI/python-zbMathRest2Oai/main/src/zbmath_rest2oai/software.csv'
#if __name__ == '__main__':
#get_all_de('https://api.zbmath.org/v1/software/_search?search_string=si%3A',CSV_URL, 'oai:swmath.org:')
write_oai(api_source='https://api.zbmath.org/v1/software/_search?search_string=si%3A0-100&page=0&results_per_page=100', prefix='oai:swmath.org:')
write_oai(api_source='https://api.zbmath.org/v1/software/_all?start_after=0&results_per_request=500', prefix='oai:swmath.org:')

0 comments on commit 2a148a9

Please sign in to comment.