51 lines
930 B
ReStructuredText
51 lines
930 B
ReStructuredText
**************
|
|
Develop an API
|
|
**************
|
|
|
|
.. raw:: html
|
|
|
|
<div class="display-card-container">
|
|
<div class="row">
|
|
|
|
.. displayitem::
|
|
:header: Add an API Route to your App
|
|
:description: Learn how to develop a simple API for your App.
|
|
:col_css: col-md-6
|
|
:button_link: add_api.html
|
|
:height: 150
|
|
|
|
.. displayitem::
|
|
:header: Add Requests Validation
|
|
:description: Learn how to use pydantic with your API.
|
|
:col_css: col-md-6
|
|
:button_link: cli_client.html
|
|
:height: 150
|
|
|
|
.. raw:: html
|
|
|
|
</div>
|
|
</div>
|
|
|
|
----
|
|
|
|
**********
|
|
Learn more
|
|
**********
|
|
|
|
.. raw:: html
|
|
|
|
<div class="display-card-container">
|
|
<div class="row">
|
|
|
|
.. displayitem::
|
|
:header: Develop a Command-line Interface
|
|
:description: Learn how to develop an CLI for your App.
|
|
:col_css: col-md-6
|
|
:button_link: ../build_command_line_interface/index.html
|
|
:height: 150
|
|
|
|
.. raw:: html
|
|
|
|
</div>
|
|
</div>
|