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
This is the writer who posted the previous post.
I'm asking you a question again just in case you didn't read the comments.
Thank you for your answer.
Run with 'veramo server' command and verify good connection with 'localhost:3332/api-docs'.
We also checked the source code for 'localhost:3332/open-api.json'.
But there are still some things I don't understand, so I'm leaving a comment.
Attempting to connect to 'localhost:3332/messaging' results in 'Cannot GET/messaging' error. Why is that?
Attempting to connect to 'localhost:3332/agent' results in an 'Unauthorized' error.
I ran it on the local server, but why does the above error occur when I connect with '/agent'?
When you access '/api-docs', the 'Authorize' button exists.
I'd like to know what the button means. It's my first time using Swagger UI.
If you set the value and refresh it, it will be released.
As you answered, I'm looking for schema in /open-api.json, but I'm not sure what it means.
Can you give me an example, assuming you enter schema in 'https://expore.veramo.dev/connect'?
Enter the 'npx agent-expore service' command to access localhost:5000.
I wonder the difference between the localhost:5000 site and the https://expore.veramo.dev/connect site.
Each of the exposed endpoints has a purpose and they are not meant to be human readable (except for /api-docs)
The /messaging endpoint listens to HTTP POST which is why it fails on GET. It can be used by agents that want to talk to each other using DIDComm
The /agent endpoint requires an Authorization header with the proper API key (which you can configure in agent.yml).
This is used by frontend applications that need to execute agent methods remotely.
The Authorize button allows you to paste the API key (that you can configure in agent.yml) so that you can execute agent methods from the web interface.
There should be no difference. It's the same code that is hosted on explore.veramo.dev
You can use the Authorize button to gain the ability to call agent methods. This is not really communicating with your local DID, but rather communicating with the agent that manages that DID.
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
-
This is the writer who posted the previous post.
I'm asking you a question again just in case you didn't read the comments.
Thank you for your answer.
Run with 'veramo server' command and verify good connection with 'localhost:3332/api-docs'.
We also checked the source code for 'localhost:3332/open-api.json'.
But there are still some things I don't understand, so I'm leaving a comment.
Attempting to connect to 'localhost:3332/messaging' results in 'Cannot GET/messaging' error. Why is that?
Attempting to connect to 'localhost:3332/agent' results in an 'Unauthorized' error.
I ran it on the local server, but why does the above error occur when I connect with '/agent'?
When you access '/api-docs', the 'Authorize' button exists.
I'd like to know what the button means. It's my first time using Swagger UI.
If you set the value and refresh it, it will be released.
As you answered, I'm looking for schema in /open-api.json, but I'm not sure what it means.
Can you give me an example, assuming you enter schema in 'https://expore.veramo.dev/connect'?
Enter the 'npx agent-expore service' command to access localhost:5000.
I wonder the difference between the localhost:5000 site and the https://expore.veramo.dev/connect site.
As you have answered, you can access as follows at node.js by referring to ngrok.io.
localhost:3332/api-docs -> https://15d73b196ada.ngrok.io/api-docs/
But I don't know what to do afterwards.
Can I communicate with my local DID, Credential and https://expore.veramo.dev/connect here?
Thank you for reading the long question.
Beta Was this translation helpful? Give feedback.
All reactions