t.t

t.t

Need help with implementing google recaptcha enterprise

Hello,

I need to use the ReCaptcha enterprise version but I’m having problems understanding how exactly I do that with Elixir.

I’m looking at the google docs Create assessments for websites  |  Google Cloud Fraud Defense  |  Google Cloud Documentation and the hex docs API Reference — google_api_recaptcha_enterprise v0.4.0 but I do not understand how to create an elixir version.

For example, the Assessment module on the hexdocs only has one function (decode) but the google docs need different functions (as far as I understood…).

Has anyone ever worked with google Recaptcha enterprise with elixir? Can anyone help?

Thanks

Marked As Solved

stefanchrobot

stefanchrobot

I’ve used the Google FCM API package and looking at this one it seems that all the packages for Google APIs are auto-generated. The advantage is that they are up to date and feature-complete. The downside is that they are not developer-friendly really.

Most of the modules represent data structures that you’ll use for requests/responses. The functions that actually do stuff are here. You’ll need a connection - call Connection.new().

Last Post!

t.t

t.t

not very friendly indeed :smiling_face_with_tear:

thank you for the help, those are the functions I need and I will try to work with them.

Where Next?

Popular in Questions Top

electic
Hi, I am new to Elixir. I am trying to use the DateTime component to insert a date into MySQL however the there seems to be no way to fo...
New
skosch
To my knowledge, put_in, Map.update etc. all have the one limitation of not automatically creating intermediate keys when needed (for exa...
New
aadeshere1
I have a another noob question about loop. Since elixir is immutable, while loop is not directly possible. total = 10 while total != 0 ...
New
Fl4m3Ph03n1x
About me? ( if you have nothing better to do than reading about some random guy in the internet :stuck_out_tongue: ) Hello all, this is ...
New
greenz1
I have a phoenix application from which a user can download multiple(5-6) files of size 1MB. I couldn’t find anything related to sending ...
New
Patoshizzle
After calling mix ecto.create I get this error: 17:00:32.162 [error] GenServer #PID<0.412.0> terminating ** (Postgrex.Error) FATAL...
New
fayddelight
I tried installing elixir 1.11.2 erlang 23.3.4 via asdf in my zsh shell. Enabled the versions locally and globally. When I list them ...
New

Other popular topics Top

JeremM34
Hello, how can I check the Phoenix version ? Thanks !
New
JakeBecker
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
1144 55125 245
New
stefanchrobot
What’s the safe way to decode a JSON string into a struct? I want to avoid calling String.to_atom. Jason.decode can give me a map with st...
New
dogweather
I wrote this comment on r/haskell, and it’s not popular there. :wink: But I think I’m on to something… Haskell reminds me of Java, and e...
New
greenz1
I have a phoenix application from which a user can download multiple(5-6) files of size 1MB. I couldn’t find anything related to sending ...
New
axelson
This post is a wiki (feel free to hit the edit button near the bottom right of this post to add your own changes!) This post collects co...
239 49266 226
New

We're in Beta

About us Mission Statement