Starting to define binary interface.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2020-01-16 19:49:42 +00:00
parent 396fda5ed3
commit ae0a57d574

View File

@ -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'