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

API Rate Limit Exceeded,403,,,,[object Object] #122

Open
turystahobby opened this issue Aug 1, 2020 · 1 comment
Open

API Rate Limit Exceeded,403,,,,[object Object] #122

turystahobby opened this issue Aug 1, 2020 · 1 comment

Comments

@turystahobby
Copy link

Where I can set up API rate limitation ?

@turystahobby
Copy link
Author

I just start my adventure with joomla rest api and I have first problem so for that reason I need Your help:

[code type="markup"]

TRUCKER CHECK IN API


DATA FROM API

show title:

<script>

const api_url = 'https://truckercheckin.com/api/articles/article/3300';

async function getTRUCK() {
const response = await fetch(api_url);
const data = await response.json();
let { title } = data;
myArray= Object.values(data);
document.getElementById("title").innerHTML = myArray;
console.log(data);
}
getTRUCK();
</script>

[/code]

the response is API Rate Limit Exceeded,403,,,,[object Object]

all i would like from YOU is the correct code which will be display TITLE and ALIAS from API ARTICLE.

vinayak-patil pushed a commit to vinayak-patil/com_api that referenced this issue Feb 21, 2023
vinayak-patil pushed a commit to vinayak-patil/com_api that referenced this issue Feb 21, 2023
vinayak-patil pushed a commit to vinayak-patil/com_api that referenced this issue Feb 22, 2023
vinayak-patil pushed a commit to vinayak-patil/com_api that referenced this issue Mar 2, 2023
ankush-maherwal added a commit that referenced this issue Mar 10, 2023
Issue fixes - #63,#122,#80 - Joomla 4 & PHP 8.0 compatibility
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

1 participant