The Wayback Machine - https://web.archive.org/web/20200612082853/https://github.com/topics/sdk-js
Skip to content
#

sdk-js

Here are 51 public repositories matching this topic...

cgcardona
cgcardona commented Aug 23, 2019

Currently defining a variable is

<Typ> name = expression;

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 let and const. Their functionality would be inline with other mainstream languages.

let would be for variables which can be

rossiam
rossiam commented Jun 17, 2019

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

ac360
ac360 commented May 13, 2018

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

Improve this page

Add a description, image, and links to the sdk-js topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.