Bugzilla – Attachment 71826 Details for
Bug 20004
Adapt /v1/cities to new naming guidelines
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20004: Fix POD
Bug-20004-Fix-POD.patch (text/plain), 1.25 KB, created by
Kyle M Hall (khall)
on 2018-02-16 16:29:38 UTC
(
hide
)
Description:
Bug 20004: Fix POD
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-02-16 16:29:38 UTC
Size:
1.25 KB
patch
obsolete
>From b039bb923d25f41747334d46af2ec97ab88e8602 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 16 Feb 2018 16:23:14 +0000 >Subject: [PATCH] Bug 20004: Fix POD > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > Koha/REST/V1/Cities.pm | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) > >diff --git a/Koha/REST/V1/Cities.pm b/Koha/REST/V1/Cities.pm >index 3c7c5e7..5a579b4 100644 >--- a/Koha/REST/V1/Cities.pm >+++ b/Koha/REST/V1/Cities.pm >@@ -23,6 +23,14 @@ use Koha::Cities; > > use Try::Tiny; > >+=head1 API >+ >+=head2 Class Methods >+ >+=head3 list >+ >+=cut >+ > sub list { > my $c = shift->openapi->valid_input or return; > >@@ -44,6 +52,10 @@ sub list { > > } > >+=head3 get >+ >+=cut >+ > sub get { > my $c = shift->openapi->valid_input or return; > >@@ -56,6 +68,10 @@ sub get { > return $c->render( status => 200, openapi => _to_api($city->TO_JSON) ); > } > >+=head3 add >+ >+=cut >+ > sub add { > my $c = shift->openapi->valid_input or return; > >@@ -80,6 +96,10 @@ sub add { > }; > } > >+=head3 update >+ >+=cut >+ > sub update { > my $c = shift->openapi->valid_input or return; > >@@ -108,6 +128,10 @@ sub update { > }; > } > >+=head3 delete >+ >+=cut >+ > sub delete { > my $c = shift->openapi->valid_input or return; > >-- >2.10.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20004
:
70627
|
70628
|
71649
|
71651
|
71653
|
71665
|
71666
|
71823
|
71824
|
71825
| 71826