Skip to content

Allow connecting through the HTTP server #26

@bparks13

Description

@bparks13

Add an option to allow connecting / disconnecting to the sockets through a PUT request.

Something like :

r = requests.put(
    f"[http://localhost:37497/api/processors/{EphysSocket_id}/config](http://localhost:37497/api/processors/%7BEphysSocket_id%7D/config)",
    json={"text": "ES CONNECT"})

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions