-
-
Notifications
You must be signed in to change notification settings - Fork 71
Description
Hi,
I'm trying to create an API with an RPC end point, and it doesn't seem to be happy.
I installed from https://github.com/zfcampus/zf-apigility-skeleton/releases/download/1.0.4/zf-apigility-skeleton-1.0.4.zip
I created an api called Guru - then clicked on "RPC services" => "Create New RPC Service". I set the service name to be "Accounts" and then added the end-point "/accounts" and clicked submit.
There was no error message, but the next screen said "No RPC services defined." and clicking around the interface there are no RPC endpoints listed.
Some files have been created; below is a screenshot of them as well as the contents of one of them:
But the RPC endpoint is definitely not shown in the admin screens.
This is testing on OSX with:
> php -v
PHP 5.4.9 (cli) (built: Nov 23 2012 02:31:44)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies
with Xdebug v2.2.1, Copyright (c) 2002-2012, by Derick Rethans
I have also have the same result when downloading the master from https://github.com/zfcampus/zf-apigility-skeleton
Originally posted by @Danack at zfcampus/zf-apigility-skeleton#77
