zhukovsd / it-mentor-community-bot

MIT License
4 stars 0 forks source link

Команда для поиска по коду GitHub репозитория #5

Open zhukovsd opened 4 months ago

zhukovsd commented 4 months ago

Подготовка:

Цель - реализовать команду поиска кода в конкретном GitHub репозитории. В будущем это станет основой поиска кода по реализациям проектов роадмапа.

Ожидаемый результат:

Пример:

  1. krios2146/currency-exchange-api - ExchangeRateServlet.java#L93
        }
    }
    protected void doPatch(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
        String url = req.getPathInfo().replaceAll("/", "");
        if (url.length() != 6) {
  1. krios2146/currency-exchange-api - README.md#L186
#### PATCH `/exchangeRate/USDEUR`
Updates the existing exchange rate in the database. The currency pair is specified by consecutive currency codes in the
query address. The data is passed in the body of the request in the x-www-form-urlencoded. The only form field