-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix m.request
example on home page
#14
Comments
rem-rest-api.herokuapp.com is gone. All ajax examples don't work anymore. |
Can confirm the endpoint is down. |
Thanks for the heads up, it was discussed in the chat, I hadn't seen this issue... I think Heroku retired the free tier, and Leo understandably let REM disappear. A possible solution would be to emulate the API using a service worker. If anyone feels like writing that it would be most welcome. |
There's also a dead link to I'm removing these links from the WIP docs for the linter to pass, and mark this bug as critical so that we don't forget fixing it before the release. |
In the simple application example it refers to "bin/app.js" which webpack right now generates a "bin/main.js" I'm halfway through but I am currently using https://jsonplaceholder.typicode.com/users which works for the beginnings but I will probably get issues with POST and such... It does require changing the user display to fullname instead of first-name + " "+lastname |
@pygy Seems that project was archived years ago: https://github.com/mozbrick/brick (though oddly its subrepos weren't). |
Would it be fine to use some free public fake API like https://jsonplaceholder.typicode.com for now? Broken example on the main page surely isn't good for bringing new users. |
The last Example does not work, I think because of CORS. We should fix that.
The text was updated successfully, but these errors were encountered: