ktor-documentation icon indicating copy to clipboard operation
ktor-documentation copied to clipboard

KTOR-6741 Part 1 - Replace "Creating HTTP API's tutorial" with a new tutorial "Handle requests and generate responses"

Open vnikolova opened this issue 6 months ago • 1 comments

KTOR-6741

The "Creating HTTP APIs" tutorial will be replaced by two new tutorials:

  1. Handle requests and generate responses. (orig. Understanding Routing and Requests)
  2. Create RESTful APIs that generate JSON. (orig. Content Negotiation and REST)

In this PR: See preview on staging

  • [x] Both new topics are added and placed in the navigation
  • [x] "Creating HTTP APIs" is removed
  • [x] Content is added for "Handle requests and generate responses" tutorial with screenshots for light and dark theme
  • [x] An example project is added

The "Create RESTful APIs that generate JSON." topic is currently empty. It will be covered in a separate PR, to be merged to main later with this one.

vnikolova avatar Feb 06 '24 17:02 vnikolova

some screenshots are flying :) image

e5l avatar Feb 13 '24 08:02 e5l