qwil_api 0.1.4 → 0.1.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 50283740081dfe9dcc3f8055586d19e474a99b6a
4
- data.tar.gz: cdb309e918b07af9abb89194a43bc61a3cc8aa05
3
+ metadata.gz: e664daddc27e258ead5a76e61d3be58e17e7e629
4
+ data.tar.gz: bb01c1df9efd674cd78215a7d72908a31163cf86
5
5
  SHA512:
6
- metadata.gz: 969562326dd852e8034b97a55dc6442143df5dee8240f509322070721fd8a8209bd64ed13d62aabf40fd77f95f7f9cea1cb1d3be0490fb9117abd6efdab8e97d
7
- data.tar.gz: 0c044075dbfb2a12ba8b9173cb5f7784e03df5c1c0a04831304b54198c802dc07eec38d175ad2b6a1d0ee5b3709b2cfeefe83ef1f2a6806418ab2001de68fab1
6
+ metadata.gz: b448d5f0ffcdfb63ad4829252f6df87b11a6069f2e44abf32046651079ff593dcc1be9d4331118e74cef81ad372952e8c9416ebb5029bbda2665d9dda9d83e61
7
+ data.tar.gz: cd6be5c0734a6294d487635498523cf8e1b7f4b039d0c6cc3d4755a6e961f9df092229f4c186ca110a3be5fe10c85fe809345fa64c9e828ecdcc78cf923843b7
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
3
3
 
4
- OpenAPI spec version:
4
+ OpenAPI spec version:
5
5
 
6
6
  Generated by: https://github.com/swagger-api/swagger-codegen.git
7
7
 
@@ -32,7 +32,7 @@ module QwilAPI
32
32
  # API View that receives a POST with a user's username and password
33
33
  # API View that receives a POST with a user's username and password.<br/>Returns a JSON Web Token that can be used for authenticated requests.
34
34
  # @param [Hash] opts the optional parameters
35
- # @option opts [JSONWebTokenSerializer] :json_web_token_serializer
35
+ # @option opts [JSONWebTokenSerializer] :json_web_token_serializer
36
36
  # @return [JSONWebTokenSerializer]
37
37
  def obtain_json_web_token_post(opts = {})
38
38
  data, _status_code, _headers = obtain_json_web_token_post_with_http_info(opts)
@@ -42,7 +42,7 @@ module QwilAPI
42
42
  # API View that receives a POST with a user&#39;s username and password
43
43
  # API View that receives a POST with a user&#39;s username and password.&lt;br/&gt;Returns a JSON Web Token that can be used for authenticated requests.
44
44
  # @param [Hash] opts the optional parameters
45
- # @option opts [JSONWebTokenSerializer] :json_web_token_serializer
45
+ # @option opts [JSONWebTokenSerializer] :json_web_token_serializer
46
46
  # @return [Array<(JSONWebTokenSerializer, Fixnum, Hash)>] JSONWebTokenSerializer data, response status code and response headers
47
47
  def obtain_json_web_token_post_with_http_info(opts = {})
48
48
  if @api_client.config.debugging
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
3
3
 
4
- OpenAPI spec version:
4
+ OpenAPI spec version:
5
5
 
6
6
  Generated by: https://github.com/swagger-api/swagger-codegen.git
7
7
 
@@ -20,5 +20,5 @@ limitations under the License.
20
20
  =end
21
21
 
22
22
  module QwilAPI
23
- VERSION = "0.1.4"
23
+ VERSION = "0.1.5"
24
24
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qwil_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Tiplady
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-04 00:00:00.000000000 Z
11
+ date: 2017-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus