ed_fi_client 0.1.0 → 0.1.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.
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Top Level Namespace
8
8
 
9
- &mdash; Documentation by YARD 0.9.12
9
+ &mdash; Documentation by YARD 0.9.14
10
10
 
11
11
  </title>
12
12
 
@@ -100,9 +100,9 @@
100
100
  </div>
101
101
 
102
102
  <div id="footer">
103
- Generated on Thu May 24 18:35:37 2018 by
103
+ Generated on Thu Jun 21 17:02:41 2018 by
104
104
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
105
- 0.9.12 (ruby-2.5.1).
105
+ 0.9.14 (ruby-2.5.1).
106
106
  </div>
107
107
 
108
108
  </div>
data/lib/ed_fi/client.rb CHANGED
@@ -7,6 +7,8 @@ require 'ed_fi/client/proxy'
7
7
  require 'ed_fi/client/response'
8
8
  require 'ed_fi/client/version'
9
9
 
10
+ module EdFi; end
11
+
10
12
  ## The main container defined by the **ed_fi_client** gem. Provides a connection mechanism, an
11
13
  ## authentication mechanism, simple CRUD methods ({#delete} / {#get} / {#patch} / {#post} / {#put}),
12
14
  ## and proxy generators.
@@ -1,5 +1,6 @@
1
1
  require 'crapi'
2
2
 
3
+ module EdFi; end
3
4
  class EdFi::Client < Crapi::Client
4
5
  ## The {EdFi::Client::AccessToken EdFi::Client::AccessToken} represents an access token, as
5
6
  ## returned by "/oauth/token" calls.
@@ -4,6 +4,7 @@ require 'json'
4
4
  require 'ed_fi/client/access_token'
5
5
  require 'ed_fi/client/errors'
6
6
 
7
+ module EdFi; end
7
8
  class EdFi::Client < Crapi::Client
8
9
  ## The {EdFi::Client::Auth EdFi::Client::Auth} represents a complete authentication *mechanism*
9
10
  ## that makes the necessary calls for authorization codes and access tokens, keeps track of any
@@ -1,5 +1,6 @@
1
1
  require 'crapi'
2
2
 
3
+ module EdFi; end
3
4
  class EdFi::Client < Crapi::Client
4
5
  ## The base Error class for all {EdFi::Client}-related issues.
5
6
  ##
@@ -1,5 +1,6 @@
1
1
  require 'crapi'
2
2
 
3
+ module EdFi; end
3
4
  class EdFi::Client < Crapi::Client
4
5
  ## The Crapi::Proxy to {EdFi::Client}'s Crapi::Client.
5
6
  ##
@@ -1,5 +1,6 @@
1
1
  require 'crapi'
2
2
 
3
+ module EdFi; end
3
4
  class EdFi::Client < Crapi::Client
4
5
  ## Represents an API response. {EdFi::Client::Response EdFi::Client::Response} instances
5
6
  ## initialized from a Hash also allow for reference chaining.
@@ -13,6 +13,6 @@ module EdFi
13
13
  ## This should only ever be updated *immediately* before a release; the commit that updates this
14
14
  ## value should be pushed **by** the `rake release` process.
15
15
  ##
16
- VERSION = '0.1.0'.freeze
16
+ VERSION = '0.1.1'.freeze
17
17
  end
18
18
  end
data/lib/ed_fi_client.rb CHANGED
@@ -1 +1,3 @@
1
1
  require 'ed_fi/client'
2
+
3
+ module EdFi; end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ed_fi_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nestor Custodio
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-05-29 00:00:00.000000000 Z
11
+ date: 2018-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler