Skip to content

Commit 6c82e80

Browse files
authored
Merge pull request #30 from jwtd/patch-create-1
Upgraded webpack to resolve build error and updated readme to include create
2 parents 1d77c2e + cf4eb0e commit 6c82e80

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ Each one of them encapsulates the operations related to it (like listing, updati
9393
- Get a typeform by UID
9494
- Returns a typeform with the payload [referenced here](https://developer.typeform.com/create/reference/retrieve-form/).
9595

96+
#### `forms.create({ data = {} })`
97+
- Create a typeform
98+
- Returns a typeform with the payload [referenced here](https://developer.typeform.com/create/reference/create-form/).
99+
96100
#### `forms.update({ uid, data = {}, override = false })`
97101
- Update a typeform by UID
98102
- Returns a typeform with the payload [referenced here](https://developer.typeform.com/create/reference/update-form/).

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"nodemon": "^1.18.3",
5050
"semantic-release": "^15.1.7",
5151
"standard": "^11.0.1",
52-
"webpack": "^4.6.0",
53-
"webpack-cli": "^2.0.14"
52+
"webpack": "^4.20.2",
53+
"webpack-cli": "^3.1.1"
5454
},
5555
"lint-staged": {
5656
"*.js": [

0 commit comments

Comments
 (0)