Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add optional type annotations to function parameters #169

Open
wants to merge 522 commits into
base: master
Choose a base branch
from

Conversation

moshefortgang
Copy link

This commit adds optional type annotations to function parameters in the
COIN_API_SDK class in the coinapi_v1.ts file. Parameters that were previously
of type 'string' are now annotated as 'string | null' for improved type safety.

CoinAPISupport and others added 30 commits September 17, 2020 11:28
* Replace hardcoded urls

* add EndpointCheck class

* Make dateFormat public property and Implemet CoinApiEndpointTester

* Move Endpoint Tester to V1 project
* Replace hardcoded urls

* add EndpointCheck class

* Make dateFormat public property and Implemet CoinApiEndpointTester

* Move Endpoint Tester to V1 project

* Change EndpointTest to use async

* Adjust program.cs
* add book_l3 support

* add orderbook level 3 support to REST Api

Co-authored-by: MSzalanski <marcin@coinapi.io>
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md)
- [Commits](junit-team/junit4@r4.11...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Artur Pietrzyk <apietrzyk@coinapi.io>
@Svisstack Svisstack force-pushed the master branch 2 times, most recently from 819b4fc to ded59d3 Compare March 30, 2024 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet