Implement the get_rdf_private_datasets_with_access_token feature
- Feb 28, 2024
-
-
Neumeier, Sebastian authored
Implement inside the 'retrieveRDFDatast(...)' matlab_wrapper function that it also can be used with a optional config_file_path for the access token
-
Neumeier, Sebastian authored
-
Neumeier, Sebastian authored
-
Neumeier, Sebastian authored
Add the 'EXAMPLE.config.json' file to the '.gitignore' file that the users wont accidently commit their access tokens to the version control
-
Neumeier, Sebastian authored
-
Neumeier, Sebastian authored
-
Neumeier, Sebastian authored
Refactor the cli.py by reordering the code lines into functions and add a tests file to be able to test the cli.py file properly
-
Neumeier, Sebastian authored
Update the 'parse_online_RDF_to_dict(...)' function that it works with the new return variables of the 'load_git_rdf(...)' function
-
Neumeier, Sebastian authored
-
Neumeier, Sebastian authored
Implement inside the 'follow_all_redirects' function that it tries to detect a login site (private files) and return the last URL that was called that redirected to the login site
-
Neumeier, Sebastian authored
Rewrite the function that gets the version_commit_hash to work with the access_token and also return the rdf_content
-
Neumeier, Sebastian authored
Move the code that checks on which gitlab service instance the file resides in a own function 'get_git_instance_service(...)'
-