Migrating to a new development image.
This commit is contained in:
parent
62465a5a47
commit
966c0e8456
@ -114,7 +114,8 @@ FossilRepo >> jsonDataFor: anUrlSegment [
|
||||
{ #category : #querying }
|
||||
FossilRepo >> jsonStringFor: aFileName [
|
||||
| baseUrl queryForJSONData |
|
||||
baseUrl := self remote addPathSegments: #('json' 'finfo').
|
||||
baseUrl := self remote.
|
||||
baseUrl addPathSegments: #('json' 'finfo').
|
||||
queryForJSONData := baseUrl queryAt: 'name' put: aFileName.
|
||||
^ (ZnEasy get: queryForJSONData) contents.
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user