We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://api.github.com/users/${userId} だと ../ みたいな任意のパスへリクエストできるなーと思った。(このサンプルだと何か出来るわけでもないのでいいけど)
https://api.github.com/users/${userId}
../
正規表現でIDを絞るとかあると丁寧なのかも
The text was updated successfully, but these errors were encountered:
IDは英数字です みたいな話を追加するぐらい?
Sorry, something went wrong.
脱線するんじゃないかと心配だけど、書いてみて考える。処理的には正規表現で弾いて終わり
http://goo.gl/79E7xl 書いた(これは載らない(確信
@laco0416 これ encodeURIComponent(userID) するのがいいんじゃないかなって気がしてきた。 これならズレた説明が別にいらないし、パス文字列にはならない
encodeURIComponent(userID)
lacolaco
No branches or pull requests
https://api.github.com/users/${userId}
だと../
みたいな任意のパスへリクエストできるなーと思った。(このサンプルだと何か出来るわけでもないのでいいけど)正規表現でIDを絞るとかあると丁寧なのかも
The text was updated successfully, but these errors were encountered: