Posts by Silvio Aulik • 13 points
2 posts
-
-2
votes1
answer51
viewsQ: Conditional API in Java Script
I’m new to Nodejs with Javascript, I got a ready example and I just want to add a condition in the body of the API type: If that value exists it shows the message in the API call via Insonmia or…
-
0
votes1
answer63
viewsQ: Adding another field to an Httparty field
For example in the "password_confirm" field I want to add the "password field". @@base_url = 'https://api-de-tarefas.herokuapp.com/users' @@body = { "user": { "email": Faker::Internet.email,…