Skip to content

Commit

Permalink
Wrap Open api generated output into client (#6)
Browse files Browse the repository at this point in the history
* Testing Generating OpenApi

* Linting

* Add Types Path

* Update Classes To return data directly

* Update README.md

* feat: AIWPP-2 More Updates

* Replace InlineObjects to proper types

* add get by name functions

* Update README.md

* Update README.md

* Switch functions with user guids in Data to directly place guids

* Add Constructor for Workspace did and User gid

* Add Asana Client Generation

* Update scripts and readme

* Update package.json & asana client [skip ci]
  • Loading branch information
santese authored and actions-user committed Nov 2, 2021
1 parent 5421737 commit e110fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"tsc": "tsc -p tsconfig.build.json",
"openapi:generate": "openapi-generator-cli generate -p apiPackage=api -p modelPackage=types -p withSeparateModelsAndApi=true -p modelPropertyNaming=original -p supportsES6=true -i https://raw.githubusercontent.com/Asana/developer-docs/master/defs/asana_oas.yaml -g typescript-axios -o \"src/lib/asanaClient\" --skip-validate-spec"
},
"version": "0.0.0",
"version": "1.0.0",
"volta": {
"node": "16.13.0",
"yarn": "1.22.17"
Expand Down

0 comments on commit e110fcd

Please sign in to comment.