Skip to content

Commit

Permalink
adding fake dict + new path in run_get_all_de_software.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazztok45 committed Feb 8, 2024
1 parent 084adff commit a0b00e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/zbmath_rest2oai/fake_dict_sw.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def fake_dict_sw():
return list(range(1,10))
2 changes: 1 addition & 1 deletion src/zbmath_rest2oai/run_get_all_de_software.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


if __name__ == '__main__':
get_all_de('https://api.zbmath.org/v1/software/')
get_all_de('https://api.zbmath.org/v1/software/_search?search_string=si%3A')

0 comments on commit a0b00e1

Please sign in to comment.