mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 12:40:53 +00:00
* add r echo api client sample * add r workflow * fix * add env * set r version * install curl * install dep * fix * comment out installation
35 lines
629 B
Plaintext
35 lines
629 B
Plaintext
# Generated by openapi-generator: https://openapi-generator.tech
|
|
# Do not edit by hand
|
|
|
|
import(R6)
|
|
import(jsonlite)
|
|
import(httr)
|
|
import(base64enc)
|
|
import(stringr)
|
|
|
|
|
|
# Core
|
|
export(ApiClient)
|
|
export(ApiResponse)
|
|
|
|
# Models
|
|
export(Bird)
|
|
export(Category)
|
|
export(DataQuery)
|
|
export(DefaultValue)
|
|
export(NumberPropertiesOnly)
|
|
export(Pet)
|
|
export(Query)
|
|
export(StringEnumRef)
|
|
export(Tag)
|
|
export(TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter)
|
|
export(TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter)
|
|
|
|
# APIs
|
|
export(AuthApi)
|
|
export(BodyApi)
|
|
export(FormApi)
|
|
export(HeaderApi)
|
|
export(PathApi)
|
|
export(QueryApi)
|