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 options method #19

Merged
merged 6 commits into from
Nov 13, 2021
Merged

add options method #19

merged 6 commits into from
Nov 13, 2021

Conversation

Apolofx
Copy link
Owner

@Apolofx Apolofx commented Nov 13, 2021

  • refactor type definitions to export everyone of them
  • add options endpoint
  • add getOptions implementation to IolClient class
  • 0.3.0

@todo
Copy link

todo bot commented Nov 13, 2021

DRY this implementation

//TODO DRY this implementation
fci: "/api/v2/Titulos/FCI",
cotizacion: (mercado: string, simbolo: string) =>
`/api/v2/${mercado}/Titulos/${simbolo}/Cotizacion`,
opciones: (mercado: string, simbolo: string) =>
`/api/v2/${mercado}/Titulos/${simbolo}/Opciones`,


This comment was generated by todo based on a TODO comment in 4ed764f in #19. cc @Apolofx.

@Apolofx Apolofx merged commit 841f955 into develop Nov 13, 2021
@todo todo bot mentioned this pull request Nov 13, 2021
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.

1 participant