Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit abe830c

Browse files
feat(responsetemplate): add isPending method
centralnicgroup-public/hexonet-api-documentation#1
1 parent 1042c6a commit abe830c

File tree

48 files changed

+661
-633
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+661
-633
lines changed

MYMETA.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
}
6565
},
6666
"release_status" : "stable",
67-
"version" : "v2.0.1",
67+
"version" : "v2.1.0",
6868
"x_serialization_backend" : "JSON::PP version 2.27400_02"
6969
}

MYMETA.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ requires:
4242
perl: '5.026000'
4343
utf8: '0'
4444
version: '0.9917'
45-
version: v2.0.1
45+
version: v2.1.0
4646
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

Makefile

+7-7
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ DIRFILESEP = /
5959
DFSEP = $(DIRFILESEP)
6060
NAME = WebService::Hexonet::Connector
6161
NAME_SYM = WebService_Hexonet_Connector
62-
VERSION = v2.0.1
62+
VERSION = v2.1.0
6363
VERSION_MACRO = VERSION
64-
VERSION_SYM = v2_0_1
64+
VERSION_SYM = v2_1_0
6565
DEFINE_VERSION = -D$(VERSION_MACRO)=\"$(VERSION)\"
66-
XS_VERSION = v2.0.1
66+
XS_VERSION = v2.1.0
6767
XS_VERSION_MACRO = XS_VERSION
6868
XS_DEFINE_VERSION = -D$(XS_VERSION_MACRO)=\"$(XS_VERSION)\"
6969
INST_ARCHLIB = blib/arch
@@ -276,7 +276,7 @@ RCS_LABEL = rcs -Nv$(VERSION_SYM): -q
276276
DIST_CP = best
277277
DIST_DEFAULT = tardist
278278
DISTNAME = WebService-Hexonet-Connector
279-
DISTVNAME = WebService-Hexonet-Connector-v2.0.1
279+
DISTVNAME = WebService-Hexonet-Connector-v2.1.0
280280

281281

282282
# --- MakeMaker macro section:
@@ -564,7 +564,7 @@ metafile : create_distdir
564564
$(NOECHO) $(ECHO) ' perl: '\''5.026000'\''' >> META_new.yml
565565
$(NOECHO) $(ECHO) ' utf8: '\''0'\''' >> META_new.yml
566566
$(NOECHO) $(ECHO) ' version: '\''0.9917'\''' >> META_new.yml
567-
$(NOECHO) $(ECHO) 'version: v2.0.1' >> META_new.yml
567+
$(NOECHO) $(ECHO) 'version: v2.1.0' >> META_new.yml
568568
$(NOECHO) $(ECHO) 'x_serialization_backend: '\''CPAN::Meta::YAML version 0.018'\''' >> META_new.yml
569569
-$(NOECHO) $(MV) META_new.yml $(DISTVNAME)/META.yml
570570
$(NOECHO) $(ECHO) Generating META.json
@@ -634,7 +634,7 @@ metafile : create_distdir
634634
$(NOECHO) $(ECHO) ' }' >> META_new.json
635635
$(NOECHO) $(ECHO) ' },' >> META_new.json
636636
$(NOECHO) $(ECHO) ' "release_status" : "stable",' >> META_new.json
637-
$(NOECHO) $(ECHO) ' "version" : "v2.0.1",' >> META_new.json
637+
$(NOECHO) $(ECHO) ' "version" : "v2.1.0",' >> META_new.json
638638
$(NOECHO) $(ECHO) ' "x_serialization_backend" : "JSON::PP version 2.27400_02"' >> META_new.json
639639
$(NOECHO) $(ECHO) '}' >> META_new.json
640640
-$(NOECHO) $(MV) META_new.json $(DISTVNAME)/META.json
@@ -920,7 +920,7 @@ testdb_static :: static pure_all
920920
# --- MakeMaker ppd section:
921921
# Creates a PPD (Perl Package Description) for a binary distribution.
922922
ppd :
923-
$(NOECHO) $(ECHO) '<SOFTPKG NAME="WebService-Hexonet-Connector" VERSION="v2.0.1">' > WebService-Hexonet-Connector.ppd
923+
$(NOECHO) $(ECHO) '<SOFTPKG NAME="WebService-Hexonet-Connector" VERSION="v2.1.0">' > WebService-Hexonet-Connector.ppd
924924
$(NOECHO) $(ECHO) ' <ABSTRACT>Connector library for the insanely fast L&lt;HEXONET Backend API|https://www.hexonet.net/&gt;.</ABSTRACT>' >> WebService-Hexonet-Connector.ppd
925925
$(NOECHO) $(ECHO) ' <AUTHOR>hexonet &lt;[email protected]&gt;</AUTHOR>' >> WebService-Hexonet-Connector.ppd
926926
$(NOECHO) $(ECHO) ' <IMPLEMENTATION>' >> WebService-Hexonet-Connector.ppd

cover_db/blib-lib-WebService-Hexonet-Connector-APIClient-pm--branch.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
44
<html xmlns="http://www.w3.org/1999/xhtml">
55
<!--
6-
This file was generated by Devel::Cover Version 1.31
7-
Devel::Cover is copyright 2001-2018, Paul Johnson ([email protected])
6+
This file was generated by Devel::Cover Version 1.30
7+
Devel::Cover is copyright 2001-2017, Paul Johnson ([email protected])
88
Devel::Cover is free. It is licensed under the same terms as Perl itself.
99
The latest version of Devel::Cover should be available from my homepage:
1010
http://www.pjcj.net
@@ -25,7 +25,7 @@ <h1>Branch Coverage</h1>
2525
<div><br/></div>
2626
<table>
2727
<tr><th>line</th><th>%</th><th colspan="2">coverage</th><th>branch</th></tr>
28-
<tr><td class="h"><a id="L56">56</a></td><td class="c3">100</td><td class="c3">T</td><td class="c3">F</td><td class="s">if (ref $cmd eq &quot;HASH&quot;)</td></tr>
28+
<tr><td class="h"><a id="L56">56</a></td><td class="c3">100</td><td class="c3">T</td><td class="c3">F</td><td class="s">if (ref $cmd eq &#39;HASH&#39;)</td></tr>
2929
<tr><td class="h"><a id="L58">58</a></td><td class="c3">100</td><td class="c3">T</td><td class="c3">F</td><td class="s">if (defined $cmd-&gt;{$key})</td></tr>
3030
<tr><td class="h"><a id="L66">66</a></td><td class="c0">50</td><td class="c0">T</td><td class="c3">F</td><td class="s">if (utf8::is_utf8($tmp))</td></tr>
3131
<tr><td class="h"><a id="L77">77</a></td><td class="c3">100</td><td class="c3">T</td><td class="c3">F</td><td class="s">if (length $sessid)</td></tr>

cover_db/blib-lib-WebService-Hexonet-Connector-APIClient-pm--condition.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
44
<html xmlns="http://www.w3.org/1999/xhtml">
55
<!--
6-
This file was generated by Devel::Cover Version 1.31
7-
Devel::Cover is copyright 2001-2018, Paul Johnson ([email protected])
6+
This file was generated by Devel::Cover Version 1.30
7+
Devel::Cover is copyright 2001-2017, Paul Johnson ([email protected])
88
Devel::Cover is free. It is licensed under the same terms as Perl itself.
99
The latest version of Devel::Cover should be available from my homepage:
1010
http://www.pjcj.net

cover_db/blib-lib-WebService-Hexonet-Connector-APIClient-pm--subroutine.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
44
<html xmlns="http://www.w3.org/1999/xhtml">
55
<!--
6-
This file was generated by Devel::Cover Version 1.31
7-
Devel::Cover is copyright 2001-2018, Paul Johnson ([email protected])
6+
This file was generated by Devel::Cover Version 1.30
7+
Devel::Cover is copyright 2001-2017, Paul Johnson ([email protected])
88
Devel::Cover is free. It is licensed under the same terms as Perl itself.
99
The latest version of Devel::Cover should be available from my homepage:
1010
http://www.pjcj.net

0 commit comments

Comments
 (0)