Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 264 Bytes

post.md

File metadata and controls

20 lines (13 loc) · 264 Bytes

Find selector in source code

This endpoint allows to find a selector in a given pice of source code.

URL: /selectors

Method: POST

Payload:

{
	"source": "string",
	"position": "number"
}

Success Responses

Code : 200 OK