-
Updated
Apr 7, 2020 - HTML
sdk-js
Here are 51 public repositories matching this topic...
-
Updated
Jun 8, 2020 - JavaScript
-
Updated
Jun 9, 2020 - TypeScript
-
Updated
Jun 11, 2020 - CSS
-
Updated
Jun 12, 2020 - JavaScript
Is your feature request related to a problem? Please describe.
Currently, one needs to read through code to find this documentation.
Describe the solution you'd like
There is API documentation published somewhere and linked to from the README.
Describe alternatives you've considered
none
Additional context
none
I'm trying to build tooling on top of the Event Gateway, but I'm unaware of the sinks that the EG can leverage and what their configuration needs are since there is no documentation on them. The EG OpenAPI is neat, but not super convenient as you have to follow a lot of the references.
Please add they types of functions the Event Gateway can interact with and what their configuration params ar
-
Updated
Jun 7, 2020 - TypeScript
-
Updated
Nov 27, 2019 - JavaScript
Clean Documents
-
Updated
Nov 2, 2019 - TypeScript
-
Updated
Jan 22, 2020 - JavaScript
-
Updated
Apr 28, 2020
-
Updated
Sep 12, 2018 - JavaScript
-
Updated
Jun 7, 2020 - JavaScript
-
Updated
Jun 7, 2020 - TypeScript
-
Updated
Apr 7, 2020 - JavaScript
-
Updated
Apr 13, 2018 - JavaScript
-
Updated
Jan 13, 2020 - JavaScript
-
Updated
Jul 15, 2018 - TypeScript
Improve this page
Add a description, image, and links to the sdk-js topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sdk-js topic, visit your repo's landing page and select "manage topics."



Currently defining a variable is
This can be non-obvious to developers who are used to keywords before declaring variables. Also in CashScript variables can be reassigned.
For that reason this ticket is to add support for
letandconst. Their functionality would be inline with other mainstream languages.letwould be for variables which can be