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 +4 -4
- data/lib/qwil_api/api/apitokenauth_api.rb +3 -3
- data/lib/qwil_api/api_client.rb +1 -1
- data/lib/qwil_api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e664daddc27e258ead5a76e61d3be58e17e7e629
|
|
4
|
+
data.tar.gz: bb01c1df9efd674cd78215a7d72908a31163cf86
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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's username and password
|
|
43
43
|
# 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.
|
|
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
|
data/lib/qwil_api/api_client.rb
CHANGED
data/lib/qwil_api/version.rb
CHANGED
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
|
+
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-
|
|
11
|
+
date: 2017-01-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|