Cool thanks Im just fixing some of the url's in the service descriptors as I 
used the swagger files as my reference but they seem to be old and there urls 
that are not correct so Im doing that now as we speak so they should be fine by 
tomorrow. Im using the Apigee doc's for endpoints as my ref .. It looks like 
the swagger files are not scoped to url/org_name/app_name for some of the urls.
one example 

/management/users -- to  POST new User according to swagger file

/managment/organizations/org_name/users -- to POST user according to Apigee 
Docs. 


October 16 2014 12:54 PM, "Rod Simpson" <[email protected]> wrote: 
> Jason,
> 
> This is great.  I will look it over tomorrow.
> 
> Thanks!
> 
> Rod
> 
> -- 
> Rod Simpson
> @rockerston
> rodsimpson.com
> 
> On October 15, 2014 at 8:24:27 PM, [email protected] 
> ([email protected]) wrote:
> 
> HI to all, Sorry for starting new thread Ive can not find the other one Ive 
> started ..
> Ive created a new PHP Usergrid SDK, using Guzzle web service client . Its 
> able to interact with all
> api end points, Management , Application , Organisation API. It has versioned 
> web service
> descriptors (like swagger schemas) so going forward its easier to maintain 
> and update. Its Also has
> a Facade feature so It can be called using a static method call just like AWS 
> SDK, It also has a
> Laravel Framework Service Provider and a Native service provider so its can 
> be used without any
> framework but it will work out of the box with all modern php frameworks that 
> use Service Providers
> or IoC containers like, Symfony 2, Laravel, Slix . But just to be clear its 
> framework agnostic so
> will work with all projects ..
> Example usage :
> Usergrid::Management->getOrgs();
> Usergrid::Application->getEntity();
> Usergrid::Notification->toDevices();
> I would appreciate any feed back at all and please fork share and enjoy its 
> not 100% ready but its
> 95% done.
> https://[email protected]/apps4u/apache-usergrid.git

Reply via email to