Skip to content

Commit

Permalink
update readme endpoint list output
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed May 23, 2024
1 parent 6e8e896 commit 0fe5ec4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions dlt_init_openapi/renderer/default/templates/README.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ secrets.toml.

## Available resources
{% for endpoint in endpoint_collection.all_endpoints_to_render %}
* {{ endpoint.detected_resource_name }}
_{{endpoint.method}} {{ endpoint.path }}_
{% if endpoint.render_description %}{{endpoint.render_description}}{% endif %}
* _{{endpoint.method}} {{ endpoint.path }}_
*resource*: {{ endpoint.detected_resource_name }}
{% if endpoint.render_description %}
*description*: {{endpoint.render_description}}
{% endif %}
{% endfor %}

0 comments on commit 0fe5ec4

Please sign in to comment.