Module: AuthProvider

Included in:
AuthBasic, AuthBearer, AuthKeyCookie, AuthKeyHeader, AuthKeyQuery
Defined in:
lib/sideko_hacker_news.rb

Instance Method Summary collapse

Instance Method Details

#add_auth(http_client, req_kwargs) ⇒ Object

Raises:

  • (NotImplementedError)


24
25
26
# File 'lib/sideko_hacker_news.rb', line 24

def add_auth(http_client, req_kwargs)
  raise NotImplementedError, "You must implement the 'add_auth' method"
end