-
Task from https://github.com/graphops/indexer-service-rs/issues/7
API tests for
- constant routes
- [ ] `health`
- [ ] `version`
- [ ] `operator/info`
- nested passthroughs
- [x] gra…
-
**Objective:**
Set up placeholders for API calls within the `useTopics` function to prepare for future backend integration. For now, use mock data for trending topics and query filtering while keepi…
-
I'm trying to mock an overcomplicated API that I don't own, but that my code makes calls to. For each of my tests I have to mock quite a lot of endpoints, but most of them should behave the same way f…
-
I want to test my server api endpoint and mock useRequireSession but I cannot get it to work
I am trying something like this
```
// @vitest-environment nuxt
import { describe, it, expect, vi } …
-
# mock server api
> mongodb online
-
I keep thinking how this crate can be made more similar to the [mockito API](https://docs.rs/mockito/latest/mockito/), so wanted to start a discussion here. These are just ideas, looking for feedback…
-
### Summary
We want to setup a local oauth2 server to connect to for the purposes of local development. Non-locally we'll be connecting to login.gov, but for local development we want something runni…
-
What is the nicest way to mock api? I mean I created a mock server with Mockoon and added some responses manually for my local simulator build. Mockoon provides a nicer json but the only problem is it…
-
## Description
I use the script functions and it can work perfectly, but occasionally issues occur. The Reponse Part displays the following message: 'Description: It's a Mock API Response template. Y…
-
MSW-OYJ 브랜치에 적용해 두었습니다.
기존 data.json으로 바로 요청 보내는게 아닌
엔드포인트로 요청할 수 있습니다.
서버에 요청하는 것처럼 설정 해둔 응답으로 내보낼 수있습니다.
endpoint : /productlist
method: get
status : 200
data : 상품리스트
endpint : /createp…