You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To install the gem on Rails, simply add it to your Gemfile:
50
+
51
+
```ruby
52
+
gem "zencoder", "~> 2.0"
53
+
```
54
+
49
55
The first thing you'll need to interact with the Zencoder API is your API key. You can use your API key in one of three ways. The first and easiest is to set it and forget it on the Zencoder module like so:
0 commit comments