WebAPI-DBIC icon indicating copy to clipboard operation
WebAPI-DBIC copied to clipboard

A composable RESTful JSON API to DBIx::Class schemas using roles and Web::Machine. PLEASE NOTE This module is no longer under active development. If you're interested in helping to develop or maintain...

Results 18 WebAPI-DBIC issues
Sort by recently updated
recently updated
newest added

Hi was trying to seek help in irc chat before posting here. I am using HAL support in WebAPI::DBIC and i have a simple requirement of getting data using 'OR'...

The bottom of https://github.com/timbunce/WebAPI-DBIC/blob/master/README.md links to https://github.com/timbunce/WebAPI-DBIC/blob/master/blob/master/lib/WebAPI/DBIC.pm That is 404.

Currently the serializers are very coupled to DBIC. Especially for relationship lookup. It should be possible to pass a more normalized structure to the serialize with all of the data...

enhancement

[Swagger](http://swagger.io) is > a simple yet powerful representation of your RESTful API. With the largest ecosystem of API tooling on the planet, thousands of developers are supporting Swagger in almost...

enhancement

WebAPI::DBIC::Resource::ActiveModel::Role::ItemWritable currently has very low test coverage at present. This module needs to be verified to support the correct format and tests created accordingly.

Ad support for DBIC JOIN command from URL Param. #34

Added set method invoking (untested, required for extension support)

My current use case has the following setup: MyApp::WAPID::Resource::Note; MyApp::WAPID::Resource::Notes; MyApp::Schema::Result::Note; The Resource classes each contain a single subroutine: ``` perl sub forbidden { my ($self) = @_; my ($username,...

DBIx::Class' "join" search attribute has a use separate to that of "prefetch" .. Prefetch includes all the content from all the listed related tables, whereas join just makes a simple...

Amend WebApp and RouteMaker to allow developers to add a) own roles to Resource classes, and b) own routes to the pile alongside the DBIC based ones