Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #258 from TomHAnderson/hotfix/readme
Browse files Browse the repository at this point in the history
Added messsage so programmers to us the admin-ui
  • Loading branch information
TomHAnderson authored Jun 29, 2016
2 parents 144cdeb + 8f0c0a9 commit 7a39419
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,17 @@ For Apache installations it is recommended the [AllowEncodedSlashes-directive is
API Resources
-------------

**NOTE!** This section was/is intended for the authors of [zf-apigility-admin-ui](https://github.com/zfcampus/zf-apigility-admin-ui). While it is possible to use these instructions to manually create Apigility Doctrine resources it is strongly recommended to use the UI.

***/apigility/api/doctrine[/:object_manager_alias]/metadata[/:name]***

`/apigility/api/doctrine[/:object_manager_alias]/metadata[/:name]`

This will return metadata for the named entity which is a member of the
named object manager. Querying without a name will return all metadata
for the object manager.


***/apigility/api/module[/:name]/doctrine[/:controller_service_name]***
`/apigility/api/module[/:name]/doctrine[/:controller_service_name]`

This is a Doctrine resource route _like_ Apigility Rest `/apigility/api/module[/:name]/rest[/:controller_service_name]`
To create a resource do not include `[/:controller_service_name]`
Expand Down

0 comments on commit 7a39419

Please sign in to comment.