Total Complexity | 0 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | #!/usr/bin/env python3 |
||
2 | # -*- coding: utf-8 -*- |
||
3 | """ |
||
4 | Created on Mon Nov 18 11:47:42 2019 |
||
5 | |||
6 | @author: Paolo Cozzi <[email protected]> |
||
7 | """ |
||
8 | |||
9 | # define endpoints variables |
||
10 | AUTH_URL = "https://explore.api.aai.ebi.ac.uk" |
||
11 | ROOT_URL = "https://submission-test.ebi.ac.uk" |
||
12 |