You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some time ago, I checked the documentation and the API and FAUCET endpoints were specified in some page of it. Now it seems to be missing. The endpoints I am using are the following.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Some time ago, I checked the documentation and the API and FAUCET endpoints were specified in some page of it. Now it seems to be missing. The endpoints I am using are the following.
const API_ENDPOINT: &str = "https://api.testnet.iotaledger.net/";
const FAUCET_ENDPOINT: &str = "https://faucet.testnet.iotaledger.net/api/enqueue";
They still work, but I was also curious if there was a way to test them (like a GET request to see if the endpoint is correct).
Beta Was this translation helpful? Give feedback.
All reactions