forked from loafle/openapi-generator-original
[R] Add import in the namespace file (#12372)
* add import in the namespace file * add import r6
This commit is contained in:
parent
040482e977
commit
13496aad5b
@ -1,6 +1,11 @@
|
||||
# Generated by openapi-generator: https://openapi-generator.tech
|
||||
# Do not edit by hand
|
||||
|
||||
import(R6)
|
||||
import(jsonlite)
|
||||
import(httr)
|
||||
import(base64enc)
|
||||
|
||||
# Core
|
||||
export(ApiClient)
|
||||
export(ApiResponse)
|
||||
|
@ -1,6 +1,11 @@
|
||||
# Generated by openapi-generator: https://openapi-generator.tech
|
||||
# Do not edit by hand
|
||||
|
||||
import(R6)
|
||||
import(jsonlite)
|
||||
import(httr)
|
||||
import(base64enc)
|
||||
|
||||
# Core
|
||||
export(ApiClient)
|
||||
export(ApiResponse)
|
||||
|
Loading…
x
Reference in New Issue
Block a user