{"id":92656,"library":"mock-server","title":"Mock Server","description":"A quick way of mocking an external web service you want to consume.","status":"active","version":"0.1.2","language":"ruby","source_language":null,"source_url":"https://github.com/djanowski/mock-server","tags":["mock","testing","web","http"],"install":[{"cmd":"gem install mock-server","lang":"bash","label":"gem install"},{"cmd":"# Gemfile\ngem 'mock-server', '~> 0.1.2'","lang":"ruby","label":"Gemfile"}],"dependencies":[],"imports":[{"symbol":"MockServer","correct":"require 'mock-server'"}],"quickstart":{"code":"require 'mock-server'\nMockServer.start(port: 4567) do\n  get '/api/users' do\n    [200, { 'Content-Type' => 'application/json' }, '[{\"id\":1,\"name\":\"Alice\"}]']\n  end\nend","lang":"ruby","description":"Start a mock server that responds to GET /api/users with JSON data."},"warnings":[],"env_vars":null,"search_vec":"'consum':15 'extern':9 'http':19 'mock':1,7,16 'quick':4 'server':2 'servic':11 'test':17 'want':13 'way':5 'web':10,18","created_at":"2026-06-19T09:36:18.163780+00:00","updated_at":"2026-06-19T09:36:18.163780+00:00","problems":[],"ecosystem":"rubygems","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://github.com/djanowski/mock-server","github":"https://github.com/djanowski/mock-server","docs":"http://www.rubydoc.info/gems/mock-server/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing","http-client"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}