There are 2 ways of sending the authorization credentials to a request on the Vidgenie API
Send the user_email and user_token
Example: GET: "http://www.onvedeo.com/api/v1/[email protected]&user_token=1234"
There are 2 ways of sending the authorization credentials to a request on the Vidgenie API
Send the user_email and user_token
Example: GET: "http://www.onvedeo.com/api/v1/[email protected]&user_token=1234"
class FindReplacer < AbstractModifier | |
attr_reader :regexp, :replacement_rules | |
def initialize(original_value, replacement_rules={}) | |
@original_value = original_value | |
@replacement_rules = replacement_rules | |
end | |
def modify | |
values = original_value.map do |value| |
<div class="row"> | |
<div class="four columns"> | |
<div class="full_imgage"> | |
{% pagePart home, featured %} | |
</div> | |
</div> | |
</div> | |
<div class="row"> | |
IGovt authorization implementation is built on top of the omniauth gem (https://github.com/intridea/omniauth) which is a library that provides a standardized multi-provider authentication for web applications.
The current version of Omniauth is 1.x, but this implementation was created for version 0.3.2