Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search Mock #139

Merged
merged 2 commits into from
Dec 23, 2024
Merged

Search Mock #139

merged 2 commits into from
Dec 23, 2024

Conversation

yu23ki14
Copy link
Collaborator

検索エンドポイントを導入し、さまざまなパラメータを使用した高度な検索を可能にすることで機能を強化しています。この変更には、新しいパラメータのドキュメントの追加、新しいデータモデルの導入、および検索エンドポイント自体の実装が含まれます。

主な変更点は以下の通りです:

新しいパラメータのドキュメント:

  • api/birdxplorer_api/openapi_doc.pyに、以下の新しいパラメータのドキュメントを追加しました:v1_data_x_user_namev1_data_x_user_follower_countv1_data_x_user_follow_countv1_data_post_favorite_countv1_data_post_repost_countv1_data_post_impression_countv1_data_post_includes_media

新しいデータモデル:

  • ページネーションと検索結果のために、SearchPaginationMetaWithExamplesおよびSearchWithExamples型エイリアスをapi/birdxplorer_api/routers/data.pyに導入しました。[1] [2]
  • 検索結果およびレスポンスフォーマットを構造化するために、SearchedNoteおよびSearchResponseモデルをapi/birdxplorer_api/routers/data.pyに追加しました。[1] [2]

新しいエンドポイントの実装:

  • api/birdxplorer_api/routers/data.py/searchエンドポイントを実装しました。このエンドポイントは高度な検索機能をサポートするさまざまなクエリパラメータを受け入れ、構造化されたレスポンスを返します。

インポートの更新:

  • 新しいエンドポイントおよびモデルに必要なインポートをapi/birdxplorer_api/routers/data.pyに追加しました。[1] [2]

@yu23ki14 yu23ki14 merged commit eb47816 into main Dec 23, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant