lib/incognia_api/api.rb in incognia_api-0.5.5 vs lib/incognia_api/api.rb in incognia_api-1.0.0
- old
+ new
@@ -27,18 +27,9 @@
)
SignupAssessment.from_hash(response.body) if response.success?
end
- def get_signup_assessment(signup_id:)
- response = connection.request(
- :get,
- "v2/onboarding/signups/#{signup_id}"
- )
-
- SignupAssessment.from_hash(response.body) if response.success?
- end
-
def register_login(installation_id:, account_id:, **opts)
params = {
type: :login,
installation_id: installation_id,
account_id: account_id,