allegro_api_client 0.0.2 → 0.0.3

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: 9d62293ec8169c6811b037bdb7c4ac734759cced
4
- data.tar.gz: 20bb17cb542e9f0943ccc115e0b7af52d61a3b04
3
+ metadata.gz: 989b91d20ef4dda4be2be9a22ec35ac4dfe4f34f
4
+ data.tar.gz: 97093fe256eda37a41bebcdafa58e6697288eb26
5
5
  SHA512:
6
- metadata.gz: 6d880a31e769482008c7f3827ef8f42107affbb2f5dba356bd6ff20bd259ff5d0b4cf8e4c5af117a0a7bb0b518cd7da0131a83c3a77d9d04ca0d76f905e9463f
7
- data.tar.gz: b739d3695de5549a1bf13b8a3d07910465a7cb229db5c8049c211cefc51f1d06706c19b6467dffcfbad8807e3b1e444f5592fdd25b3a323fa6771012b8f2c1f4
6
+ metadata.gz: 88c314cb44a0816bfa657dacfef56c65bcb5c62083f50e492159d7f4da0904a618e04f4e688a16053d0cff2f35870e2e13f279e2ae6931f2e2b889fcc57db0ab
7
+ data.tar.gz: 596550bc515b7000281275acd3cd1b2fb9604dbf296da87dd092cfcbc31d2fcfa949ab645b1f60accbaff2fd84de73afff1ceb3c3e4c1ccd1bd8638063b3a928
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- allegro_api_client (0.0.2)
4
+ allegro_api_client (0.0.3)
5
5
  httparty
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -17,3 +17,7 @@ Or install it yourself as:
17
17
  $ gem install allegro_api_client
18
18
 
19
19
  ## Usage
20
+ require 'APIClient'
21
+
22
+ api_client = ApiClient.new
23
+ response = api_client.get(path:"/companies?key=id&value=Allegro Networks Ltd")
data/apiclient.gemspec CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "allegro_api_client"
7
- spec.version = '0.0.2'
7
+ spec.version = '0.0.3'
8
8
  spec.authors = ["@ruby_gem"]
9
9
  spec.email = ["developers@allegro.net"]
10
10
  spec.summary = %q{httpparty wrapper}
File without changes
@@ -1,5 +1,5 @@
1
1
  require 'test/unit'
2
- require_relative '../lib/APIClient'
2
+ require_relative '../lib/allegro_api_client'
3
3
 
4
4
  class APIClientTests < Test::Unit::TestCase
5
5
  def test_get
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: allegro_api_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - "@ruby_gem"
@@ -366,7 +366,7 @@ files:
366
366
  - gems/ruby/2.1.0/specifications/httparty-0.13.1.gemspec
367
367
  - gems/ruby/2.1.0/specifications/multi_xml-0.5.5.gemspec
368
368
  - gems/ruby/2.1.0/specifications/rake-10.3.2.gemspec
369
- - lib/APIClient.rb
369
+ - lib/allegro_api_client.rb
370
370
  - rakefile.rb
371
371
  - test/test_git_repository_commit.rb
372
372
  homepage: https://github.com/Allegro-Networks/APIClient