Answer the question
In order to leave comments, you need to log in
Are SEO tags from API legal?
Interested in how bad it is to make a completely separate application. And if not bad, then how to do it right.
There is a foreign API that returns products with their keywords.
POST /api/v1/product/search
>>> {
term: "Моло"
}
<<< [
{ id: 123, "Молоко" },
{ id: 7, "Молоток" }
]
GET /api/v1/product/123
<<< {
id: 123,
title: "Молоко",
relation: [
{ id: 100, "Сметана" },
{ id: 101, "Йогурт" }
],
price: 26.00
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question