Would it be useful if SmalltalkHub provided an API (I mean, something documented)?
Nico [email protected] writes: > Ah, nice! > > Thx > > > > On Fri, Mar 28, 2014 at 10:44 AM, Nicolas Petton > <[email protected]>wrote: > >> Hi! >> >> You can do: >> >> GET http://smalltalkhub.com/hub/projects/{user,team} >> >> Cheers, >> Nico >> >> [email protected] writes: >> >> > Is there a way to ask for a set of project names under a given Team/User? >> > >> > I don't like maintaining lists like this one: >> > >> > #( >> > 'BitmapCharacterSet' >> > 'CollectionArithmetic' >> > 'Coral' >> > 'EventRecorder' >> > 'FFICompatibility' >> > 'FileSystemLegacy' >> > 'Flotr' >> > 'Gettext' >> > 'ImageWorker' >> > 'JSON' >> > 'LDAP' >> > 'LEDMorph' >> > 'MorphExamplesAndDemos' >> > 'NBOpenGL' >> > 'OPAX' >> > 'OrderPreservingDictionary' >> > 'Pastell' >> > 'Phexample' >> > 'PlotMorph' >> > 'PostgresV2' >> > 'Postmark' >> > 'ProfStef' >> > 'RFB' >> > 'ROE' >> > 'SCouchDBViewServer' >> > 'SMark' >> > 'Smacc' >> > 'Sound' >> > 'Soup' >> > 'Spotlight2' >> > 'Tanker' >> > 'XMLParser' >> > 'XMLSupport' >> > 'XMLWriter' >> > 'XPath' >> > 'readline') do: [ :projectName | >> > MCRepositoryGroup default addRepository: ( >> > MCSmalltalkhubRepository >> > owner: 'PharoExtras' >> > project: projectName) >> > ]. >> > >> > >> > Phil >> >> >> -- >> Nicolas Petton >> http://nicolas-petton.fr >> >> -- Nicolas Petton http://nicolas-petton.fr
