Modelling fossil repositories to use JSON API in getting updated documentaion and files.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2016-09-30 17:33:21 +00:00
parent 745d88bf29
commit b5277bee83
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
Class {
#name : #FossilRepo,
#superclass : #Object,
#instVars : [
'url'
],
#category : #'Grafoscopio-Model'
}