docbrown/app/controllers/concerns/api
Ridhwana e67454fa53
Preparation of endpoint and files required for ChatGPT Plugin (#19394)
* feat: add the ./wellknown/ai-plugin.json file

* feat: add a logo

* feat: firts attempt at open_api file with endpoint we thought we'd use

* feat: add a search action to teh articles controller that build up teh appropriate json

* feat: add a query param to the article index

* feat: add some chatgpt endpoints and file paths to CORS

* feat: update the openapi yml file to reflect the article search endpoint

* fix: use the correct concept

* feat: replace the logo

* feat: update the ai-json file

* feat: update the openapi file

* feat: update the api and it's params

* feat: update the search query

* fix: ordering

* feat: cors debug

* fix: logic with markdown

* chore: fix test

* spec: article

* spec: article

* spec: article

* Update public/.well-known/ai-plugin.json

* Update public/openapi.yml

---------

Co-authored-by: Ben Halpern <bendhalpern@gmail.com>
2023-04-27 16:51:24 -04:00
..
admin API V1 transition (#17835) 2022-06-23 14:26:00 -06:00
analytics_controller.rb API V1 transition (#17835) 2022-06-23 14:26:00 -06:00
articles_controller.rb Preparation of endpoint and files required for ChatGPT Plugin (#19394) 2023-04-27 16:51:24 -04:00
comments_controller.rb API V1 transition (#17835) 2022-06-23 14:26:00 -06:00
feature_flags_controller.rb API V1 transition (#17835) 2022-06-23 14:26:00 -06:00
followers_controller.rb API V1 transition (#17835) 2022-06-23 14:26:00 -06:00
follows_controller.rb Routine rubocop fixes (#19254) 2023-03-24 14:37:44 +03:00
health_checks_controller.rb API V1 transition (#17835) 2022-06-23 14:26:00 -06:00
instances_controller.rb Routine rubocop fixes (#19254) 2023-03-24 14:37:44 +03:00
listings_controller.rb Update per_page_max in API endpoints + docs bump (#18415) 2022-09-02 14:07:19 -06:00
organizations_controller.rb Update per_page_max in API endpoints + docs bump (#18415) 2022-09-02 14:07:19 -06:00
podcast_episodes_controller.rb Update per_page_max in API endpoints + docs bump (#18415) 2022-09-02 14:07:19 -06:00
profile_images_controller.rb API V1 transition (#17835) 2022-06-23 14:26:00 -06:00
readinglist_controller.rb API V1 transition (#17835) 2022-06-23 14:26:00 -06:00
tags_controller.rb Update per_page_max in API endpoints + docs bump (#18415) 2022-09-02 14:07:19 -06:00
users_controller.rb Create a note when a users' articles are being unpublished via API (#18545) 2022-10-10 16:25:56 +03:00
videos_controller.rb Update per_page_max in API endpoints + docs bump (#18415) 2022-09-02 14:07:19 -06:00