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

When opening API endpoint, file not found #1

Open
shinebhatta opened this issue Oct 21, 2023 · 2 comments
Open

When opening API endpoint, file not found #1

shinebhatta opened this issue Oct 21, 2023 · 2 comments

Comments

@shinebhatta
Copy link

When I try to open the Daily stocks data by date, endpoint doesn't show

ie.

  • /data/date/{{YYYY-MM-DD}}: Daily stocks data by date

Screenshot (13)

@sebakthapa
Copy link

sebakthapa commented Dec 25, 2023

The URL format of your request is incorrect. You must include the file extension /filename.json in the URL.
Your URL should be like this.

- https:/the-value-crew.github.io/nepse-api/data/date/2023-12-24
+ https://the-value-crew.github.io/nepse-api/data/date/2023-12-24.json

@sebakthapa
Copy link

This issue should be closed.

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

No branches or pull requests

2 participants