Socket.IO
Creating a New Socket.IO Endpoint
Apidog version must be 2.7.0 or higher.
Create a new Socket.IO endpoint
+
button on the left panel of your project.New Socket.IO
.Enter the server address
ws://
and wss://
protocols.Establish connection
Connect
button to connect to the server.Listening to Events
Events
tab and enter the event name you want to listen to (e.g., new message
). If you disableListen
for a specific event, you will no longer receive messages for that event.message
event.Sending Messages
Events & Argument
Set up events and arguments
message
, but you can customize it (e.g., new message
).Send the message
Click the
Send
button.View records
Check the timeline for sending records with event tags.
Ack
Ack
option, the server sends back a callback message after receiving and processing the request.Multiple Arguments
+ Add Argument
to include additional arguments.Handshake Request Parameters
URL
,Params
,Headers
, or Cookies
.Client Version and Handshake Path
Configuration Entry
Go to
Settings
underRequest
.Client Version
The default is
v4
. If the server uses an older version (e.g., v2/v3), manually switch the client version.Handshake Path
The default is
/socket.io
. If the server uses a custom path (e.g., /custom
), update the path accordingly.Using Variables
Saving the Endpoint
Save
button to store the Socket.IO endpoint in the HTTP project’s folder tree. This makes it easy for team members to access, debug, and view the endpoint documentation, improving collaboration and efficiency.Generating the Endpoint Documentation
status
, assigningmaintainer
, and adding relevanttags
. You can also write detailed descriptions usingMarkdown
. With Apidog, you can generate online API documentation and share the URL with your team for seamless collaboration.FAQs
Modified at 2025-03-10 02:34:12