Skip to content

Commit

Permalink
Add 'do not modify' notice
Browse files Browse the repository at this point in the history
openapi-typescript-codegen clients should not modify files generated
by the `luneClient.hbs` template.
  • Loading branch information
rbruggem committed Jul 3, 2024
1 parent 19d344c commit fb87f38
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/templates/luneClient.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// =======================================================================
//
// DO NOT MODIFY THIS FILE BY HAND.
//
// Auto-generated by `@lune-climate/openapi-typescript-codegen`
//
// (You can modify this by hand if its extension is .hbs)
//
// =======================================================================
import axios, { AxiosInstance, AxiosResponse, isAxiosError } from 'axios'
import camelCaseKeys from 'camelcase-keys'

Expand Down

0 comments on commit fb87f38

Please sign in to comment.