Files
nocodb/scripts/sdk/templates/http-client.eta
Pranav C 8733948056 wip: towards v1
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-04-07 16:03:45 +05:30

3 lines
207 B
Plaintext

<% const { config } = it; %>
<% /* https://github.com/acacode/swagger-typescript-api/tree/next/templates/base/http-clients/ */ %>
<%~ includeFile(`./http-clients/${config.httpClientType}-http-client`, it) %>