-
I'm getting the error `TypeError: apicalypse is not a function`.
My code is:
```
import apicalypse from 'apicalypse';
const response = await apicalypse()
.fields(['name', 'cover', 'summ…
-
Same issue as before.
IGDB_SWIFT_API: closure #1 in IGDBWrapper.ageRatings(apiCalypse:result:errorResponse:) + 376
Now referencing the ageRatings function, though again I don't use this anywhere…
joekw updated
3 years ago
-
Hello, @morenomancosu thank you for the amazing package in times of #APIcalypse.
I am trying to log in to my facebook account and getting the following error message:
[1] "Connecting to remote…
-
I am trying to use this package with example code, I ahve setup Access Token and ClientID, but this error is raised up everytime
`Fatal error: 'try!' expression unexpectedly raised an error: SwiftP…
-
# タスク
外部APIを利用し、検索フォームから入力するとゲーム情報を取得できる。
取得するだけで、ここでは登録しない。
# TODO
- [x] 使用するgemやapiをある程度決める
- [x] 検索処理の実装(フォームヘルパー)
- [x] コントローラーの実装
- [x] ルーティング
- [x] 検索フォームの追加
- [x] 結果表示ビューを追加
- [x] 動作確認
# 実装しないこ…
-
Hello, I've been sailing across the interwebs looking for alternatives ever since the Reddit APIcalypse and pushshift sold out and bought the farm.
I've noticed that your API does seem to return ne…
-
hello brother I think I follow all the steps but I just cant get it to work
I enter the CLIENT_ID and ACCESS_TOKEN but ill always catch RequestException
and i get this the run console : Skippe…
-
Hi,
I tried implement the Java code as shown in README, but the following exception is thrown:
`com.api.igdb.exceptions.RequestException
at com.api.igdb.request.IGDBWrapper.apiJsonRequest(IGDBWr…
-
**Submitting author:** @lauraboeschoten (Laura Boeschoten)
**Repository:** https://github.com/eyra/port
**Branch with paper.md** (empty if default branch): v1.0.1-d3I-jboss-paper
**Version:** v1.0.…
-
Hello,
How would one handle a 401 returning from the api?
I usually use axios interceptors or something in that nature to listen for a token expired call...
Thanks...