Login

Willkomen zurück, bitte gebe deine Zugangsdaten ein!

Passwort vergessen

Anmeldung erfolgt in Kürze...
Fleebs-Logo
Details werden geladen...

OpenApiSpex schema - are there any naming conventions on handling show and index routes? - Questions - Elixir Programming Language Forum

Hi all, I was wondering if there is any naming convention on handling show and index routes. Would they just fall under Request and Response? If i have a show route for getting a car by id would it be something like show naming: defmodule CarRequest do require OpenApiSpex alias OpenApiSpex.Schema OpenApiSpex.schema(%{ title: "CarRequest", description: "Gets a single car by id.", type: :object, required: [:id], properties: %{ id: %Schema{type: :integer, ex...

Ähnliche Seiten

https://elixirforum.com/t/openapispex-schema-naming-questions/75723

OpenApiSpex schema naming questions - Questions - Elixir Programming Language Forum

https://elixirforum.com/t/openapispex-schema-naming-questions/75723
https://elixirforum.com/t/role-based-access-control-on-mount/75449

Role based access control on mount - Questions - Elixir Programming Language Forum

https://elixirforum.com/t/role-based-access-control-on-mount/75449
https://elixirforum.com/t/how-to-use-uuidv7-with-ecto-and-postgresql/75591

How to use UUIDv7 with Ecto and PostgreSQL? - Questions - Elixir Programming Language Forum

https://elixirforum.com/t/how-to-use-uuidv7-with-ecto-and-postgresql/75591
https://elixirforum.com/t/idiomatic-way-to-re-validate-has-many-children-on-a-parent-state-transition-with-ecto/75501

Idiomatic way to re-validate has_many children on a parent state transition with Ecto? - Questions - Elixir Programming Language Forum

https://elixirforum.com/t/idiomatic-way-to-re-validate-has-many-children-on-a-parent-state-transition-with-ecto/75501