fanforce-api 0.22.0 → 0.23.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.
@@ -82,8 +82,8 @@ class Fanforce::API
82
82
  post '/bie/track', req_params.merge(plugin_id: plugin_id)
83
83
  end
84
84
 
85
- def recommend(addon_type, addon_id, unique_key, req_params={})
86
- req_params.update(unique_key: unique_key, "#{addon_type}_id" => addon_id)
85
+ def recommend(addon_id, unique_key, req_params={})
86
+ req_params.update(unique_key: "#{addon_id}:#{unique_key}")
87
87
  post '/bie/recommend', req_params
88
88
  end
89
89
 
@@ -1,5 +1,5 @@
1
1
  class Fanforce
2
2
  class API
3
- VERSION = '0.22.0'
3
+ VERSION = '0.23.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fanforce-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: