hostedhooks 0.2.0 → 0.3.0

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
  SHA256:
3
- metadata.gz: 29e2feaf6c8df357b485f861be97a24e8ace7ff29d415b5e796b181b3e4d0c1c
4
- data.tar.gz: f468b079df31c190eb62d6427f2eb0cb9e7250af64731cf7d6ec515f90808274
3
+ metadata.gz: f6053d809a77d73f584f112c4064ebd1df468ab161489152f0561b4bcd60bcd5
4
+ data.tar.gz: 690263c92f20b52f3e39a8e1572b589be019c9faa323d4c5666448acbdc9e0c7
5
5
  SHA512:
6
- metadata.gz: 60c3cc1b5ade80dc65e24cdab2a3c885165c7f23864f2550cc389e01a08a33c6431abaa130f50a96748e523864dd9c463ae5f68fbe1fc764a8b2c41b07e939c1
7
- data.tar.gz: 54a4db0a90120926e6115c4028240eac9b94fdb6831a015e875a3a1c8cc52f8fefa1f27bec0e58eaf6dbd592b67c70356ca152b3ae1d78722cd6c98b35f8efcd
6
+ metadata.gz: 4be889cf06a7c80b75605cad00b8b61ff16f84fddcb133fcd019a2c0860757b6cf5b244434d725d1f5a5654efe6e2327e4d3f75490edef11feb846a645ea1f13
7
+ data.tar.gz: 0251c4bce5cefcb38e47903b081b7bda063a546a64074e575df7291dbde0fdf28cf8d95fd55e23fc97fa81784d94e2cf3aaaba3b5a5bc407c85d28c9c879245c
data/README.md CHANGED
@@ -30,10 +30,8 @@ Initialize the gem with your API key that is [found here](https://www.hostedhook
30
30
 
31
31
  client.get_endpoint("endpoint_uuid")
32
32
 
33
-
34
33
  ### Get a collection of records
35
34
 
36
-
37
35
  client.list_subscriptions("app_uuid")
38
36
 
39
37
  ### Create a record
@@ -46,17 +44,17 @@ Initialize the gem with your API key that is [found here](https://www.hostedhook
46
44
 
47
45
 
48
46
  ## Resources
49
-
50
- * Apps
51
- * Subscriptions
52
- * Endpoints
53
- * Webhook Events
54
- * Messages
47
+ * [Apps](https://developer.hostedhooks.com/#apps)
48
+ * [Subscriptions](https://developer.hostedhooks.com/#subscriptions)
49
+ * [Endpoints](https://developer.hostedhooks.com/#endpoints)
50
+ * [Webhook Events](https://developer.hostedhooks.com/#webhook-events)
51
+ * [Messages](https://developer.hostedhooks.com/#messages)
52
+ * [Webhook Attempts](https://developer.hostedhooks.com/#webhook-attempts)
55
53
 
56
54
 
57
55
  ## Contributing
58
56
 
59
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hostedhooks-ruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/HostedHooks/hostedhooks-ruby/blob/master/CODE_OF_CONDUCT.md).
57
+ Bug reports and pull requests are welcome on GitHub at https://github.com/HostedHooks/hostedhooks-ruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/HostedHooks/hostedhooks-ruby/blob/master/CODE_OF_CONDUCT.md).
60
58
 
61
59
  ## Code of Conduct
62
60
 
@@ -84,8 +84,7 @@ module HostedHooks
84
84
 
85
85
  private
86
86
 
87
- # HOSTEDHOOKS_API_ENDPOINT = "https://hostedhooks.com/api/v1"
88
- HOSTEDHOOKS_API_ENDPOINT = "http://localhost:7891/api/v1"
87
+ HOSTEDHOOKS_API_ENDPOINT = "https://hostedhooks.com/api/v1"
89
88
 
90
89
  def get_response(url, params=nil)
91
90
  if params
@@ -1,3 +1,3 @@
1
1
  module HostedHooks
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hostedhooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Grabill
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-09-15 00:00:00.000000000 Z
11
+ date: 2023-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -24,7 +24,7 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
- description:
27
+ description:
28
28
  email:
29
29
  - ian@hostedhooks.com
30
30
  executables: []
@@ -48,7 +48,7 @@ licenses:
48
48
  - MIT
49
49
  metadata:
50
50
  homepage_uri: https://github.com/HostedHooks/hostedhooks-ruby
51
- post_install_message:
51
+ post_install_message:
52
52
  rdoc_options: []
53
53
  require_paths:
54
54
  - lib
@@ -64,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
64
64
  version: '0'
65
65
  requirements: []
66
66
  rubygems_version: 3.1.4
67
- signing_key:
67
+ signing_key:
68
68
  specification_version: 4
69
69
  summary: A ruby library for the HostedHooks API
70
70
  test_files: []