Eric Allam
|
a146469d63
|
Fixed bug where a duplicate event ID would throw an error instead of returning a success
|
2023-02-28 09:35:19 +00:00 |
|
Matt Aitken
|
e5a3bb8903
|
Automatically create references to de-duplicate objects
|
2023-02-27 23:12:45 +00:00 |
|
Matt Aitken
|
b61b5054dc
|
Type generator works with $refs
|
2023-02-27 23:12:35 +00:00 |
|
Matt Aitken
|
b613f3bbfc
|
Deal with undefined params where an endpoint has no input
|
2023-02-27 23:12:08 +00:00 |
|
Matt Aitken
|
d5d3786a97
|
Automatically set "Notion-Version" to "2022-06-28" so users don’t have to
|
2023-02-27 21:39:06 +00:00 |
|
Matt Aitken
|
b90eeea1e8
|
Allow generating actions with some manipulation
|
2023-02-27 21:39:06 +00:00 |
|
Matt Aitken
|
aa30013e05
|
Params go before body in the generated SDK
|
2023-02-27 21:39:06 +00:00 |
|
Matt Aitken
|
eaf06638c3
|
Generating the docs and SDK now deals better with anyOf
|
2023-02-27 21:39:06 +00:00 |
|
Eric Allam
|
4834eabb9d
|
Scroll restoration not working for some reason so need to do full reloads when going to a template page
|
2023-02-27 18:23:17 +00:00 |
|
Eric Allam
|
8aceb6418a
|
Added supabase-to-discord template
|
2023-02-27 18:05:07 +00:00 |
|
Matt Aitken
|
2ad039f867
|
Merge remote-tracking branch 'origin/integrations/notion' into dev
# Conflicts:
# pnpm-lock.yaml
|
2023-02-27 15:12:17 +00:00 |
|
Matt Aitken
|
0504667334
|
Combine allOf schemas before generating the types, much better results and docs
|
2023-02-27 14:46:41 +00:00 |
|
Matt Aitken
|
6d85eee0cd
|
Generate the SDKs in sequence not parallel
|
2023-02-27 14:28:55 +00:00 |
|
Matt Aitken
|
1f43988ad9
|
Increased generate-integrations memory to 16GB… we need to optimise this at some point
|
2023-02-27 14:24:21 +00:00 |
|
Matt Aitken
|
0129cbb162
|
Generating docs works with allOf
|
2023-02-27 14:24:05 +00:00 |
|
Matt Aitken
|
0121e1b50d
|
SDK input schema is now the merged object of params and body
|
2023-02-27 14:23:54 +00:00 |
|
Eric Allam
|
313b7163e8
|
Change from npm create trigger to npx create-trigger
|
2023-02-27 13:49:04 +00:00 |
|
Eric Allam
|
3a2cf0ddb7
|
Fixed the missing error message when logging invalid API key and improved the error message
|
2023-02-27 13:03:14 +00:00 |
|
Matt Aitken
|
0f90ea9455
|
getComments and createComment
|
2023-02-27 13:01:27 +00:00 |
|
Matt Aitken
|
6d2217bd18
|
updateDatabase
|
2023-02-27 12:48:39 +00:00 |
|
James Ritchie
|
f1e81137b7
|
Improved the copy for how to trigger your workflow
|
2023-02-27 12:10:50 +00:00 |
|
Matt Aitken
|
0f51328979
|
createDatabase
|
2023-02-27 12:03:43 +00:00 |
|
Matt Aitken
|
aea812f621
|
queryDatabase
|
2023-02-27 11:59:45 +00:00 |
|
Matt Aitken
|
4fe573b397
|
getDatabase
|
2023-02-27 11:32:21 +00:00 |
|
Matt Aitken
|
d338b95e7e
|
deleteBlock
|
2023-02-27 11:26:28 +00:00 |
|
Matt Aitken
|
2d9bdb26d4
|
appendBlockChildren
|
2023-02-27 11:23:24 +00:00 |
|
Matt Aitken
|
b660a4c07f
|
Update block and get block children
|
2023-02-27 11:16:41 +00:00 |
|
James Ritchie
|
5706c3ab52
|
Improved the API information link
|
2023-02-27 11:14:46 +00:00 |
|
James Ritchie
|
e8c81cafb8
|
Improved some of the Template’s title copy
|
2023-02-27 11:14:46 +00:00 |
|
Matt Aitken
|
65aa6e4e4c
|
Get block endpoint
|
2023-02-27 09:26:28 +00:00 |
|
Matt Aitken
|
0432a64357
|
Update page endpoint
|
2023-02-27 09:19:28 +00:00 |
|
Eric Allam
|
a5ff50f737
|
Implement new API key sidebar and a couple other various fixes
|
2023-02-26 22:15:49 +00:00 |
|
James Ritchie
|
763dd8b55a
|
Improved the environment panel in the side menu to be clearer
|
2023-02-26 19:10:06 +00:00 |
|
Matt Aitken
|
c2eea6c2b6
|
Added todos with remaining endpoints
|
2023-02-26 18:56:07 +00:00 |
|
Matt Aitken
|
81bbae977f
|
Fix for endpoints that return void
|
2023-02-26 18:53:25 +00:00 |
|
Matt Aitken
|
37bd8f4952
|
Separated the bot endpoint response so it doesn’t mess the SDK generation up
|
2023-02-26 18:47:10 +00:00 |
|
Matt Aitken
|
20d6c6fdfb
|
Added typecheck to integrations
|
2023-02-26 18:37:11 +00:00 |
|
Matt Aitken
|
ebc45b7f8d
|
Fix for typecheck error in services
|
2023-02-26 18:37:05 +00:00 |
|
Matt Aitken
|
77f146210a
|
Fixed generating successful responses schemas
|
2023-02-26 18:36:58 +00:00 |
|
Matt Aitken
|
18cb9c6bec
|
Fix for badly named file
|
2023-02-26 18:36:40 +00:00 |
|
Matt Aitken
|
dfd4966cb0
|
Removed validation when doing requests, changed the way we select the success/fail on a response
|
2023-02-26 18:24:13 +00:00 |
|
Matt Aitken
|
d7384bf481
|
Nock file for creating a page
|
2023-02-26 18:23:25 +00:00 |
|
James Ritchie
|
9e5c687174
|
Improvements to the Org page api keys
|
2023-02-26 18:04:10 +00:00 |
|
James Ritchie
|
dcbb0f5287
|
small padding fix
|
2023-02-26 17:54:52 +00:00 |
|
James Ritchie
|
d64cfe5add
|
Widened the pages displaying the Template grid
|
2023-02-26 17:40:21 +00:00 |
|
James Ritchie
|
1fa52f1c8c
|
Added padding back to the template cards
|
2023-02-26 17:40:00 +00:00 |
|
Matt Aitken
|
f7dfc712b5
|
Added content-type to the createPage spec
|
2023-02-26 17:37:47 +00:00 |
|
Matt Aitken
|
1cfb93ada9
|
Remove validation of the request body and params
|
2023-02-26 17:29:43 +00:00 |
|
James Ritchie
|
ea28f3dd47
|
Added installation instructions to the npm copy button for a template
|
2023-02-26 17:29:00 +00:00 |
|
James Ritchie
|
2c563ce998
|
Improvements to the Container component for mobile
|
2023-02-26 17:28:31 +00:00 |
|