-
I list my Gitlab projects with https://github.com/xanzy/go-gitlab, and in a test I wrote for the method listing and displaying my projects, I create a mock http server, that responds by returning the json response of a call to the Gitlab API.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
Mocking the http client with explicit responses; for example using h2non/gock
-
Mocking the http client using recorded responses; for example using dnaeon/go-vcr
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
-
The best way for testing outbound API calls
-
Testando chamadas para APIs da melhor forma
-
Please recommend a good API Mocking tool
-
We created WireMock, an API platform that is designed to improve developer productivity and enables developers and testers to Mock APIs in every stage of the API lifecycle
-
Mock HTTP response