cheminee 0.0.14 → 0.0.15
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/Gemfile.lock +8 -8
- data/README.md +11 -33
- data/cheminee.gemspec +1 -2
- data/docs/DefaultApi.md +16 -475
- data/lib/cheminee/api/default_api.rb +17 -481
- data/lib/cheminee/api_client.rb +21 -23
- data/lib/cheminee/api_error.rb +1 -1
- data/lib/cheminee/configuration.rb +5 -6
- data/lib/cheminee/models/smile.rb +1 -1
- data/lib/cheminee/models/standardized_smile.rb +1 -1
- data/lib/cheminee/version.rb +2 -2
- data/lib/cheminee.rb +3 -18
- data/pkg/cheminee-0.0.15.gem +0 -0
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +4 -4
- data/spec/spec_helper.rb +1 -1
- metadata +3 -75
- data/docs/BulkRequest.md +0 -18
- data/docs/BulkRequestDoc.md +0 -20
- data/docs/CreateIndexError.md +0 -18
- data/docs/GetIndexesResponseError.md +0 -18
- data/docs/IndexMeta.md +0 -20
- data/docs/IndexSchema.md +0 -20
- data/docs/ListIndexResponseErr.md +0 -18
- data/docs/PostIndexBulkResponseError.md +0 -18
- data/docs/PostIndexBulkResponseOk.md +0 -18
- data/docs/PostIndexBulkResponseOkStatus.md +0 -20
- data/docs/QueryResponseError.md +0 -18
- data/docs/QuerySearchHit.md +0 -22
- data/docs/Schema.md +0 -20
- data/docs/Smiles.md +0 -18
- data/docs/StandardizedSmiles.md +0 -20
- data/docs/StructureResponseError.md +0 -18
- data/docs/StructureSearchHit.md +0 -26
- data/docs/SubstructureSearchHit.md +0 -24
- data/lib/cheminee/models/bulk_request.rb +0 -223
- data/lib/cheminee/models/bulk_request_doc.rb +0 -232
- data/lib/cheminee/models/create_index_error.rb +0 -221
- data/lib/cheminee/models/get_indexes_response_error.rb +0 -221
- data/lib/cheminee/models/index_meta.rb +0 -237
- data/lib/cheminee/models/index_schema.rb +0 -233
- data/lib/cheminee/models/list_index_response_err.rb +0 -221
- data/lib/cheminee/models/post_index_bulk_response_error.rb +0 -221
- data/lib/cheminee/models/post_index_bulk_response_ok.rb +0 -223
- data/lib/cheminee/models/post_index_bulk_response_ok_status.rb +0 -223
- data/lib/cheminee/models/query_response_error.rb +0 -221
- data/lib/cheminee/models/query_search_hit.rb +0 -249
- data/lib/cheminee/models/schema.rb +0 -233
- data/lib/cheminee/models/smiles.rb +0 -221
- data/lib/cheminee/models/standardized_smiles.rb +0 -223
- data/lib/cheminee/models/structure_response_error.rb +0 -221
- data/lib/cheminee/models/structure_search_hit.rb +0 -281
- data/lib/cheminee/models/substructure_search_hit.rb +0 -265
- data/pkg/cheminee-0.0.14.gem +0 -0
- data/spec/models/bulk_request_doc_spec.rb +0 -42
- data/spec/models/bulk_request_spec.rb +0 -36
- data/spec/models/create_index_error_spec.rb +0 -36
- data/spec/models/get_indexes_response_error_spec.rb +0 -36
- data/spec/models/index_meta_spec.rb +0 -42
- data/spec/models/index_schema_spec.rb +0 -42
- data/spec/models/list_index_response_err_spec.rb +0 -36
- data/spec/models/post_index_bulk_response_error_spec.rb +0 -36
- data/spec/models/post_index_bulk_response_ok_spec.rb +0 -36
- data/spec/models/post_index_bulk_response_ok_status_spec.rb +0 -42
- data/spec/models/query_response_error_spec.rb +0 -36
- data/spec/models/query_search_hit_spec.rb +0 -48
- data/spec/models/schema_spec.rb +0 -42
- data/spec/models/smiles_spec.rb +0 -36
- data/spec/models/standardized_smiles_spec.rb +0 -42
- data/spec/models/structure_response_error_spec.rb +0 -36
- data/spec/models/structure_search_hit_spec.rb +0 -60
- data/spec/models/substructure_search_hit_spec.rb +0 -54
@@ -1,48 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#Cheminée
|
3
|
-
|
4
|
-
#Cheminée: The Chemical Structure Search Engine
|
5
|
-
|
6
|
-
The version of the OpenAPI document: 1.0
|
7
|
-
|
8
|
-
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 7.3.0-SNAPSHOT
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'spec_helper'
|
14
|
-
require 'json'
|
15
|
-
require 'date'
|
16
|
-
|
17
|
-
# Unit tests for Cheminee::QuerySearchHit
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
-
# Please update as you see appropriate
|
20
|
-
describe Cheminee::QuerySearchHit do
|
21
|
-
let(:instance) { Cheminee::QuerySearchHit.new }
|
22
|
-
|
23
|
-
describe 'test an instance of QuerySearchHit' do
|
24
|
-
it 'should create an instance of QuerySearchHit' do
|
25
|
-
# uncomment below to test the instance creation
|
26
|
-
#expect(instance).to be_instance_of(Cheminee::QuerySearchHit)
|
27
|
-
end
|
28
|
-
end
|
29
|
-
|
30
|
-
describe 'test attribute "extra_data"' do
|
31
|
-
it 'should work' do
|
32
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
33
|
-
end
|
34
|
-
end
|
35
|
-
|
36
|
-
describe 'test attribute "smiles"' do
|
37
|
-
it 'should work' do
|
38
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
39
|
-
end
|
40
|
-
end
|
41
|
-
|
42
|
-
describe 'test attribute "query"' do
|
43
|
-
it 'should work' do
|
44
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
45
|
-
end
|
46
|
-
end
|
47
|
-
|
48
|
-
end
|
data/spec/models/schema_spec.rb
DELETED
@@ -1,42 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#Cheminée
|
3
|
-
|
4
|
-
#Cheminée: The Chemical Structure Search Engine
|
5
|
-
|
6
|
-
The version of the OpenAPI document: 1.0
|
7
|
-
|
8
|
-
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'spec_helper'
|
14
|
-
require 'json'
|
15
|
-
require 'date'
|
16
|
-
|
17
|
-
# Unit tests for Cheminee::Schema
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
-
# Please update as you see appropriate
|
20
|
-
describe Cheminee::Schema do
|
21
|
-
let(:instance) { Cheminee::Schema.new }
|
22
|
-
|
23
|
-
describe 'test an instance of Schema' do
|
24
|
-
it 'should create an instance of Schema' do
|
25
|
-
# uncomment below to test the instance creation
|
26
|
-
#expect(instance).to be_instance_of(Cheminee::Schema)
|
27
|
-
end
|
28
|
-
end
|
29
|
-
|
30
|
-
describe 'test attribute "name"' do
|
31
|
-
it 'should work' do
|
32
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
33
|
-
end
|
34
|
-
end
|
35
|
-
|
36
|
-
describe 'test attribute "schema"' do
|
37
|
-
it 'should work' do
|
38
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
39
|
-
end
|
40
|
-
end
|
41
|
-
|
42
|
-
end
|
data/spec/models/smiles_spec.rb
DELETED
@@ -1,36 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#Cheminée
|
3
|
-
|
4
|
-
#Cheminée: The Chemical Structure Search Engine
|
5
|
-
|
6
|
-
The version of the OpenAPI document: 1.0
|
7
|
-
|
8
|
-
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 7.3.0-SNAPSHOT
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'spec_helper'
|
14
|
-
require 'json'
|
15
|
-
require 'date'
|
16
|
-
|
17
|
-
# Unit tests for Cheminee::Smiles
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
-
# Please update as you see appropriate
|
20
|
-
describe Cheminee::Smiles do
|
21
|
-
let(:instance) { Cheminee::Smiles.new }
|
22
|
-
|
23
|
-
describe 'test an instance of Smiles' do
|
24
|
-
it 'should create an instance of Smiles' do
|
25
|
-
# uncomment below to test the instance creation
|
26
|
-
#expect(instance).to be_instance_of(Cheminee::Smiles)
|
27
|
-
end
|
28
|
-
end
|
29
|
-
|
30
|
-
describe 'test attribute "smiles"' do
|
31
|
-
it 'should work' do
|
32
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
33
|
-
end
|
34
|
-
end
|
35
|
-
|
36
|
-
end
|
@@ -1,42 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#Cheminée
|
3
|
-
|
4
|
-
#Cheminée: The Chemical Structure Search Engine
|
5
|
-
|
6
|
-
The version of the OpenAPI document: 1.0
|
7
|
-
|
8
|
-
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 7.3.0-SNAPSHOT
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'spec_helper'
|
14
|
-
require 'json'
|
15
|
-
require 'date'
|
16
|
-
|
17
|
-
# Unit tests for Cheminee::StandardizedSmiles
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
-
# Please update as you see appropriate
|
20
|
-
describe Cheminee::StandardizedSmiles do
|
21
|
-
let(:instance) { Cheminee::StandardizedSmiles.new }
|
22
|
-
|
23
|
-
describe 'test an instance of StandardizedSmiles' do
|
24
|
-
it 'should create an instance of StandardizedSmiles' do
|
25
|
-
# uncomment below to test the instance creation
|
26
|
-
#expect(instance).to be_instance_of(Cheminee::StandardizedSmiles)
|
27
|
-
end
|
28
|
-
end
|
29
|
-
|
30
|
-
describe 'test attribute "smiles"' do
|
31
|
-
it 'should work' do
|
32
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
33
|
-
end
|
34
|
-
end
|
35
|
-
|
36
|
-
describe 'test attribute "error"' do
|
37
|
-
it 'should work' do
|
38
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
39
|
-
end
|
40
|
-
end
|
41
|
-
|
42
|
-
end
|
@@ -1,36 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#Cheminée
|
3
|
-
|
4
|
-
#Cheminée: The Chemical Structure Search Engine
|
5
|
-
|
6
|
-
The version of the OpenAPI document: 1.0
|
7
|
-
|
8
|
-
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'spec_helper'
|
14
|
-
require 'json'
|
15
|
-
require 'date'
|
16
|
-
|
17
|
-
# Unit tests for Cheminee::StructureResponseError
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
-
# Please update as you see appropriate
|
20
|
-
describe Cheminee::StructureResponseError do
|
21
|
-
let(:instance) { Cheminee::StructureResponseError.new }
|
22
|
-
|
23
|
-
describe 'test an instance of StructureResponseError' do
|
24
|
-
it 'should create an instance of StructureResponseError' do
|
25
|
-
# uncomment below to test the instance creation
|
26
|
-
#expect(instance).to be_instance_of(Cheminee::StructureResponseError)
|
27
|
-
end
|
28
|
-
end
|
29
|
-
|
30
|
-
describe 'test attribute "error"' do
|
31
|
-
it 'should work' do
|
32
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
33
|
-
end
|
34
|
-
end
|
35
|
-
|
36
|
-
end
|
@@ -1,60 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#Cheminée
|
3
|
-
|
4
|
-
#Cheminée: The Chemical Structure Search Engine
|
5
|
-
|
6
|
-
The version of the OpenAPI document: 1.0
|
7
|
-
|
8
|
-
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'spec_helper'
|
14
|
-
require 'json'
|
15
|
-
require 'date'
|
16
|
-
|
17
|
-
# Unit tests for Cheminee::StructureSearchHit
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
-
# Please update as you see appropriate
|
20
|
-
describe Cheminee::StructureSearchHit do
|
21
|
-
let(:instance) { Cheminee::StructureSearchHit.new }
|
22
|
-
|
23
|
-
describe 'test an instance of StructureSearchHit' do
|
24
|
-
it 'should create an instance of StructureSearchHit' do
|
25
|
-
# uncomment below to test the instance creation
|
26
|
-
#expect(instance).to be_instance_of(Cheminee::StructureSearchHit)
|
27
|
-
end
|
28
|
-
end
|
29
|
-
|
30
|
-
describe 'test attribute "extra_data"' do
|
31
|
-
it 'should work' do
|
32
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
33
|
-
end
|
34
|
-
end
|
35
|
-
|
36
|
-
describe 'test attribute "smiles"' do
|
37
|
-
it 'should work' do
|
38
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
39
|
-
end
|
40
|
-
end
|
41
|
-
|
42
|
-
describe 'test attribute "score"' do
|
43
|
-
it 'should work' do
|
44
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
45
|
-
end
|
46
|
-
end
|
47
|
-
|
48
|
-
describe 'test attribute "query"' do
|
49
|
-
it 'should work' do
|
50
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
51
|
-
end
|
52
|
-
end
|
53
|
-
|
54
|
-
describe 'test attribute "used_tautomers"' do
|
55
|
-
it 'should work' do
|
56
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
57
|
-
end
|
58
|
-
end
|
59
|
-
|
60
|
-
end
|
@@ -1,54 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#Cheminée
|
3
|
-
|
4
|
-
#Cheminée: The Chemical Structure Search Engine
|
5
|
-
|
6
|
-
The version of the OpenAPI document: 1.0
|
7
|
-
|
8
|
-
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'spec_helper'
|
14
|
-
require 'json'
|
15
|
-
require 'date'
|
16
|
-
|
17
|
-
# Unit tests for Cheminee::SubstructureSearchHit
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
-
# Please update as you see appropriate
|
20
|
-
describe Cheminee::SubstructureSearchHit do
|
21
|
-
let(:instance) { Cheminee::SubstructureSearchHit.new }
|
22
|
-
|
23
|
-
describe 'test an instance of SubstructureSearchHit' do
|
24
|
-
it 'should create an instance of SubstructureSearchHit' do
|
25
|
-
# uncomment below to test the instance creation
|
26
|
-
#expect(instance).to be_instance_of(Cheminee::SubstructureSearchHit)
|
27
|
-
end
|
28
|
-
end
|
29
|
-
|
30
|
-
describe 'test attribute "extra_data"' do
|
31
|
-
it 'should work' do
|
32
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
33
|
-
end
|
34
|
-
end
|
35
|
-
|
36
|
-
describe 'test attribute "smiles"' do
|
37
|
-
it 'should work' do
|
38
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
39
|
-
end
|
40
|
-
end
|
41
|
-
|
42
|
-
describe 'test attribute "score"' do
|
43
|
-
it 'should work' do
|
44
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
45
|
-
end
|
46
|
-
end
|
47
|
-
|
48
|
-
describe 'test attribute "query"' do
|
49
|
-
it 'should work' do
|
50
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
51
|
-
end
|
52
|
-
end
|
53
|
-
|
54
|
-
end
|