crapi 0.1.3 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.circleci/config.yml +64 -0
- data/.gitignore +3 -0
- data/.rubocop.yml +53 -70
- data/.ruby-version +1 -1
- data/Gemfile.lock +138 -43
- data/README.md +29 -27
- data/crapi.gemspec +17 -17
- data/docs/{Crapi → CrAPI}/ArgumentError.html +21 -19
- data/docs/{Crapi → CrAPI}/BadHttpResponseError.html +21 -19
- data/docs/{Crapi → CrAPI}/Client.html +150 -222
- data/docs/{Crapi → CrAPI}/Error.html +19 -18
- data/docs/{Crapi → CrAPI}/Proxy.html +71 -114
- data/docs/CrAPI.html +157 -0
- data/docs/Net/HTTP.html +24 -29
- data/docs/_index.html +22 -20
- data/docs/class_list.html +10 -7
- data/docs/css/common.css +1 -1
- data/docs/css/full_list.css +201 -53
- data/docs/css/style.css +991 -401
- data/docs/file.README.html +51 -94
- data/docs/file_list.html +9 -6
- data/docs/frames.html +11 -6
- data/docs/index.html +51 -94
- data/docs/js/app.js +799 -246
- data/docs/js/full_list.js +332 -214
- data/docs/method_list.html +41 -38
- data/docs/top-level-namespace.html +11 -9
- data/lib/crapi/client.rb +224 -228
- data/lib/crapi/errors.rb +7 -7
- data/lib/crapi/proxy.rb +82 -82
- data/lib/crapi/version.rb +10 -10
- data/lib/crapi.rb +3 -1
- metadata +56 -55
- data/.travis.yml +0 -5
- data/docs/Crapi.html +0 -153
|
@@ -4,18 +4,18 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
6
|
<title>
|
|
7
|
-
Exception:
|
|
7
|
+
Exception: CrAPI::ArgumentError
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.44
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../css/style.css" type="text/css">
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../css/common.css" type="text/css">
|
|
16
16
|
|
|
17
|
-
<script type="text/javascript"
|
|
18
|
-
pathId = "
|
|
17
|
+
<script type="text/javascript">
|
|
18
|
+
pathId = "CrAPI::ArgumentError";
|
|
19
19
|
relpath = '../';
|
|
20
20
|
</script>
|
|
21
21
|
|
|
@@ -27,6 +27,8 @@
|
|
|
27
27
|
|
|
28
28
|
</head>
|
|
29
29
|
<body>
|
|
30
|
+
<div id="main_progress" aria-hidden="true"></div>
|
|
31
|
+
|
|
30
32
|
<div class="nav_wrap">
|
|
31
33
|
<iframe id="nav" src="../class_list.html?1"></iframe>
|
|
32
34
|
<div id="resizer"></div>
|
|
@@ -37,7 +39,7 @@
|
|
|
37
39
|
<div id="menu">
|
|
38
40
|
|
|
39
41
|
<a href="../_index.html">Index (A)</a> »
|
|
40
|
-
<span class='title'><span class='object_link'><a href="../
|
|
42
|
+
<span class='title'><span class='object_link'><a href="../CrAPI.html" title="CrAPI (module)">CrAPI</a></span></span>
|
|
41
43
|
»
|
|
42
44
|
<span class="title">ArgumentError</span>
|
|
43
45
|
|
|
@@ -59,7 +61,7 @@
|
|
|
59
61
|
<div class="clear"></div>
|
|
60
62
|
</div>
|
|
61
63
|
|
|
62
|
-
<div id="content"><h1>Exception:
|
|
64
|
+
<div id="content"><h1>Exception: CrAPI::ArgumentError
|
|
63
65
|
|
|
64
66
|
|
|
65
67
|
|
|
@@ -69,16 +71,16 @@
|
|
|
69
71
|
<dl>
|
|
70
72
|
<dt>Inherits:</dt>
|
|
71
73
|
<dd>
|
|
72
|
-
<span class="inheritName"><span class='object_link'><a href="Error.html" title="
|
|
74
|
+
<span class="inheritName"><span class='object_link'><a href="Error.html" title="CrAPI::Error (class)">Error</a></span></span>
|
|
73
75
|
|
|
74
76
|
<ul class="fullTree">
|
|
75
77
|
<li>Object</li>
|
|
76
78
|
|
|
77
79
|
<li class="next">StandardError</li>
|
|
78
80
|
|
|
79
|
-
<li class="next"><span class='object_link'><a href="Error.html" title="
|
|
81
|
+
<li class="next"><span class='object_link'><a href="Error.html" title="CrAPI::Error (class)">Error</a></span></li>
|
|
80
82
|
|
|
81
|
-
<li class="next">
|
|
83
|
+
<li class="next">CrAPI::ArgumentError</li>
|
|
82
84
|
|
|
83
85
|
</ul>
|
|
84
86
|
<a href="#" class="inheritanceTree">show all</a>
|
|
@@ -98,16 +100,15 @@
|
|
|
98
100
|
|
|
99
101
|
<dl>
|
|
100
102
|
<dt>Defined in:</dt>
|
|
101
|
-
<dd>lib/crapi/errors.rb
|
|
103
|
+
<dd>lib/crapi/errors.rb
|
|
104
|
+
</dd>
|
|
102
105
|
</dl>
|
|
103
106
|
|
|
104
107
|
</div>
|
|
105
108
|
|
|
106
109
|
<h2>Overview</h2><div class="docstring">
|
|
107
110
|
<div class="discussion">
|
|
108
|
-
|
|
109
|
-
<p>An error relating to missing, invalid, or incompatible method arguments.</p>
|
|
110
|
-
|
|
111
|
+
<p>An error relating to missing, invalid, or incompatible method arguments.</p>
|
|
111
112
|
|
|
112
113
|
</div>
|
|
113
114
|
</div>
|
|
@@ -129,15 +130,16 @@
|
|
|
129
130
|
|
|
130
131
|
|
|
131
132
|
|
|
133
|
+
|
|
132
134
|
|
|
133
135
|
</div>
|
|
134
136
|
|
|
135
137
|
<div id="footer">
|
|
136
|
-
Generated on
|
|
137
|
-
<a href="
|
|
138
|
-
0.9.
|
|
138
|
+
Generated on Sun Jul 5 14:46:38 2026 by
|
|
139
|
+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
140
|
+
0.9.44 (ruby-3.4.8).
|
|
139
141
|
</div>
|
|
140
142
|
|
|
141
143
|
</div>
|
|
142
144
|
</body>
|
|
143
|
-
</html>
|
|
145
|
+
</html>
|
|
@@ -4,18 +4,18 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
6
|
<title>
|
|
7
|
-
Exception:
|
|
7
|
+
Exception: CrAPI::BadHttpResponseError
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.44
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../css/style.css" type="text/css">
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../css/common.css" type="text/css">
|
|
16
16
|
|
|
17
|
-
<script type="text/javascript"
|
|
18
|
-
pathId = "
|
|
17
|
+
<script type="text/javascript">
|
|
18
|
+
pathId = "CrAPI::BadHttpResponseError";
|
|
19
19
|
relpath = '../';
|
|
20
20
|
</script>
|
|
21
21
|
|
|
@@ -27,6 +27,8 @@
|
|
|
27
27
|
|
|
28
28
|
</head>
|
|
29
29
|
<body>
|
|
30
|
+
<div id="main_progress" aria-hidden="true"></div>
|
|
31
|
+
|
|
30
32
|
<div class="nav_wrap">
|
|
31
33
|
<iframe id="nav" src="../class_list.html?1"></iframe>
|
|
32
34
|
<div id="resizer"></div>
|
|
@@ -37,7 +39,7 @@
|
|
|
37
39
|
<div id="menu">
|
|
38
40
|
|
|
39
41
|
<a href="../_index.html">Index (B)</a> »
|
|
40
|
-
<span class='title'><span class='object_link'><a href="../
|
|
42
|
+
<span class='title'><span class='object_link'><a href="../CrAPI.html" title="CrAPI (module)">CrAPI</a></span></span>
|
|
41
43
|
»
|
|
42
44
|
<span class="title">BadHttpResponseError</span>
|
|
43
45
|
|
|
@@ -59,7 +61,7 @@
|
|
|
59
61
|
<div class="clear"></div>
|
|
60
62
|
</div>
|
|
61
63
|
|
|
62
|
-
<div id="content"><h1>Exception:
|
|
64
|
+
<div id="content"><h1>Exception: CrAPI::BadHttpResponseError
|
|
63
65
|
|
|
64
66
|
|
|
65
67
|
|
|
@@ -69,16 +71,16 @@
|
|
|
69
71
|
<dl>
|
|
70
72
|
<dt>Inherits:</dt>
|
|
71
73
|
<dd>
|
|
72
|
-
<span class="inheritName"><span class='object_link'><a href="Error.html" title="
|
|
74
|
+
<span class="inheritName"><span class='object_link'><a href="Error.html" title="CrAPI::Error (class)">Error</a></span></span>
|
|
73
75
|
|
|
74
76
|
<ul class="fullTree">
|
|
75
77
|
<li>Object</li>
|
|
76
78
|
|
|
77
79
|
<li class="next">StandardError</li>
|
|
78
80
|
|
|
79
|
-
<li class="next"><span class='object_link'><a href="Error.html" title="
|
|
81
|
+
<li class="next"><span class='object_link'><a href="Error.html" title="CrAPI::Error (class)">Error</a></span></li>
|
|
80
82
|
|
|
81
|
-
<li class="next">
|
|
83
|
+
<li class="next">CrAPI::BadHttpResponseError</li>
|
|
82
84
|
|
|
83
85
|
</ul>
|
|
84
86
|
<a href="#" class="inheritanceTree">show all</a>
|
|
@@ -98,16 +100,15 @@
|
|
|
98
100
|
|
|
99
101
|
<dl>
|
|
100
102
|
<dt>Defined in:</dt>
|
|
101
|
-
<dd>lib/crapi/errors.rb
|
|
103
|
+
<dd>lib/crapi/errors.rb
|
|
104
|
+
</dd>
|
|
102
105
|
</dl>
|
|
103
106
|
|
|
104
107
|
</div>
|
|
105
108
|
|
|
106
109
|
<h2>Overview</h2><div class="docstring">
|
|
107
110
|
<div class="discussion">
|
|
108
|
-
|
|
109
|
-
<p>An error relating to a 4XX/5XX HTTP response code.</p>
|
|
110
|
-
|
|
111
|
+
<p>An error relating to a 4XX/5XX HTTP response code.</p>
|
|
111
112
|
|
|
112
113
|
</div>
|
|
113
114
|
</div>
|
|
@@ -129,15 +130,16 @@
|
|
|
129
130
|
|
|
130
131
|
|
|
131
132
|
|
|
133
|
+
|
|
132
134
|
|
|
133
135
|
</div>
|
|
134
136
|
|
|
135
137
|
<div id="footer">
|
|
136
|
-
Generated on
|
|
137
|
-
<a href="
|
|
138
|
-
0.9.
|
|
138
|
+
Generated on Sun Jul 5 14:46:38 2026 by
|
|
139
|
+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
140
|
+
0.9.44 (ruby-3.4.8).
|
|
139
141
|
</div>
|
|
140
142
|
|
|
141
143
|
</div>
|
|
142
144
|
</body>
|
|
143
|
-
</html>
|
|
145
|
+
</html>
|