On 28 Jul 2014, at 17:20, Tudor Girba <tu...@tudorgirba.com> wrote:

> Naively, I am trying to just get it like this:
> ZnEasy get: 'http://smalltalkhub.com/girba/GPlay/packages'

It is almost that easy, you just need the right API:

ZnClient new
  contentReader: [ :entity | NeoJSONReader fromString: entity contents ];
  get: 'http://smalltalkhub.com/hub/projects/SvenVanCaekenberghe' 

I just got this call from looking at the XHR traffic in the browser, I really 
do not know the rest of the API.

HTH,

Sven

Reply via email to