← Back to team overview

launchpad-dev team mailing list archive

Re: New services infrastructure

 

Bollocks. sorry about the typos:

> 3. javascript client
> 
> var lp_client = new Y.lp.client.Launchpad();
> lp_client').named_post(
>     '/+services/accesspolicy',
>     'addPillarObserver', y_config);
>

lp_client.named_post(
    '/+services/accesspolicy',
    'addPillarObserver', y_config);


> single sourced way for the different consumers of that data. As I said
> earlier, those unfortunate enough to hear me bang on previously about
> this approach know I'm a fan of it and this
> lib/lp/registry/interfaces/accesspolicyservice.py
> greenfields disclosure work has finally provided an opportunity to allow
> us/me to step outside the normal bounds of how we have previously done
> things in Launchpad to do something new.
> 

The line:
> lib/lp/registry/interfaces/accesspolicyservice.py

should not be there.


References