Piraveen

Results 6 comments of Piraveen

I'm assuming you're talking about the **FloatingActinMenu**. In that case, just change `fab:menu_openDirection="up"` to `fab:menu_openDirection="down"`. The labels are positioned on the left-hand side by default, so you don't need to...

Det ser ut som problemet er at den ikke finner `customerId`. I credentials.js filen heter dette feltet `clientId`. Prøvde å endre denne til customerId, men still no luck.

Fikk løst for `http://localhost:3001/api/data` - var feil i pathen i eksempelkoden, men de andre endepunktene (http://localhost:3001/api/account/{accountNumber}) fungerer fortsatt ikke.

Feilen for `http://localhost:3001/api/account/` ```bash { Error: cannot GET /bank/api/v1/accounts/(503) at Response.toError (C:\Users\pirar\Downloads\api-examples\NodeSampleApplication\node_modules\superagent\lib\node\response.js:94:15) at ResponseBase._setStatusProperties (C:\Users\pirar\Downloads\api-examples\NodeSampleApplication\node_modules\superagent\lib\response-base.js:123:16) at new Response (C:\Users\pirar\Downloads\api-examples\NodeSampleApplication\node_modules\superagent\lib\node\response.js:41:8) at Request._emitResponse (C:\Users\pirar\Downloads\api-examples\NodeSampleApplication\node_modules\superagent\lib\node\index.js:752:20) at parser (C:\Users\pirar\Downloads\api-examples\NodeSampleApplication\node_modules\superagent\lib\node\index.js:916:38) at IncomingMessage.res.on (C:\Users\pirar\Downloads\api-examples\NodeSampleApplication\node_modules\superagent\lib\node\parsers\json.js:19:7) at emitNone...

@eldoy Bestemte meg for å ta en ny titt på dette. Fikk til å gjøre kallet, men `accountNumber` skal være `accountId`.