Starting to define binary interface.
This commit is contained in:
parent
396fda5ed3
commit
ae0a57d574
@ -18,6 +18,11 @@ Class {
|
|||||||
#category : #Fossil
|
#category : #Fossil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{ #category : #'as yet unclassified' }
|
||||||
|
FossilRepo >> add: aFileLocator [
|
||||||
|
self shouldBeImplemented.
|
||||||
|
]
|
||||||
|
|
||||||
{ #category : #authentication }
|
{ #category : #authentication }
|
||||||
FossilRepo >> authTokenFor: anUserName withPassword: passwordString [
|
FossilRepo >> authTokenFor: anUserName withPassword: passwordString [
|
||||||
^ ((self loginAs: anUserName withPassword: passwordString) at: 'payload') at: 'authToken'
|
^ ((self loginAs: anUserName withPassword: passwordString) at: 'payload') at: 'authToken'
|
||||||
|
Loading…
Reference in New Issue
Block a user