refactoring importviews, part 1
This commit is contained in:
@@ -71,6 +71,14 @@ class C2Integration(SyncIntegration):
|
||||
'scope': 'write',
|
||||
}
|
||||
|
||||
def get_name(self):
|
||||
return "Concept2 Logbook"
|
||||
|
||||
def get_shortname(self):
|
||||
return "c2"
|
||||
|
||||
|
||||
|
||||
def get_token(self, code, *args, **kwargs):
|
||||
messg = ''
|
||||
scope = "user:read,results:write"
|
||||
|
||||
Reference in New Issue
Block a user