I represent a Federated Wiki page. [⇒ Wiki Page] I know of my JSON My main collaborators are * {{gtClass:ZnClient}} to get my JSON * {{gtClass:STONJSON}}
FedWikiPage class>>#get: ⇒ Slug
get: aSlug ^ self fromJson: (ZnEasy get: 'http://localhost:3000/' , aSlug , '.json') contents
FedWikiPage class>>#fromJson: ⇒ NeoJSONReader
fromJson: aString ^ self new rawData: (NeoJSONReader fromString: aString)
~
a page title in lower case with spaces turned to hyphens and other punctuation removed