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

51 Movie Multilang Update #54

Merged
merged 24 commits into from
Feb 21, 2023
Merged

51 Movie Multilang Update #54

merged 24 commits into from
Feb 21, 2023

Conversation

EliasSchaut
Copy link
Owner

Closes #51

@EliasSchaut EliasSchaut added the enhancement New feature or request label Feb 21, 2023
@EliasSchaut EliasSchaut added this to the Beta Release milestone Feb 21, 2023
@EliasSchaut EliasSchaut self-assigned this Feb 21, 2023
@EliasSchaut EliasSchaut changed the title 51 change imdb api 51 Movie Multilang Update Feb 21, 2023
@EliasSchaut EliasSchaut linked an issue Feb 21, 2023 that may be closed by this pull request
@EliasSchaut EliasSchaut merged commit 01a6b55 into dev Feb 21, 2023
@EliasSchaut EliasSchaut deleted the 51-change-imdb-api branch February 21, 2023 23:09
}

async search(search_input: string, lang: string = "en"): Promise<MovieSearchType[]> {
const response = await fetch(`https://imdb-api.com/${lang}/API/SearchMovie/${this.api_key}/${search_input}`);

Check failure

Code scanning / CodeQL

Server-side request forgery

The [URL](1) of this request depends on a [user-provided value](2).
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Movie Multilang Update
1 participant