Needed receive skills(OR only one skill) witch related with another skills(we send this skills) and their links or id links to vacancies. This needed for merging skills.
Graph relation for one skill
For example we want to receive all relation of skill "PHP" with skills "JS", "MySQL" by crawler which have id 5a609c5059c66de3dbcba0d9.
We turn to api the following way:
(POST) .../extractor/graphskill?skill=PHP&crawler_id=5a609c5059c66de3dbcba0d9
with body {"skills": ["JS", "MySQL"]}
Or enother example. We want to receive all relation of all skill which we will send to you by crawler which have id 5a609c5059c66de3dbcba0d9. We send you skills "PHP", "JS", "Java".
We turn to api the following way:
(POST) .../extractor/graphskill?skill=ALL&crawler_id=5a609c5059c66de3dbcba0d9
with body {"skills": ["PHP", "JS", "Java"]}
Needed receive skills(OR only one skill) witch related with another skills(we send this skills) and their links or id links to vacancies. This needed for merging skills.
Graph relation for one skill
For example we want to receive all relation of skill "PHP" with skills "JS", "MySQL" by crawler which have id 5a609c5059c66de3dbcba0d9.
We turn to api the following way: (POST)
.../extractor/graphskill?skill=PHP&crawler_id=5a609c5059c66de3dbcba0d9
with body{"skills": ["JS", "MySQL"]}
And receive the next response:
Graph relation for all skills
Or enother example. We want to receive all relation of all skill which we will send to you by crawler which have id 5a609c5059c66de3dbcba0d9. We send you skills "PHP", "JS", "Java".
We turn to api the following way: (POST)
.../extractor/graphskill?skill=ALL&crawler_id=5a609c5059c66de3dbcba0d9
with body{"skills": ["PHP", "JS", "Java"]}
And receive the next response: