All Projects → intercom → speakeasy

intercom / speakeasy

Licence: Apache-2.0 License
A tool for creating Go web servers which can be embedded in iOS and Android apps.

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to speakeasy

Wiremock
A tool for mocking HTTP services
Stars: ✭ 4,790 (+17640.74%)
Mutual labels:  mock-server, mocking
Mockstar
Demo project on How to be a Mockstar using Mockito and MockWebServer.
Stars: ✭ 53 (+96.3%)
Mutual labels:  mock-server, mocking
Ohhttpstubs
Stub your network requests easily! Test your apps with fake network data and custom response time, response code and headers!
Stars: ✭ 4,831 (+17792.59%)
Mutual labels:  mock-server, mocking
Wiremock.net
WireMock.Net is a flexible library for stubbing and mocking web HTTP responses using request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
Stars: ✭ 408 (+1411.11%)
Mutual labels:  mock-server, mocking
wiremock
A tool for mocking HTTP services
Stars: ✭ 5,239 (+19303.7%)
Mutual labels:  mock-server, mocking
Kakapo.js
🐦 Next generation mocking framework in Javascript
Stars: ✭ 535 (+1881.48%)
Mutual labels:  mock-server, mocking
Wiremockui
Wiremock UI - Tool for creating mock servers, proxies servers and proxies servers with the option to save the data traffic from an existing API or Site.
Stars: ✭ 38 (+40.74%)
Mutual labels:  mock-server, mocking
Prism
Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.
Stars: ✭ 2,484 (+9100%)
Mutual labels:  mock-server, mocking
smockin
Dynamic API, S3 & Mail mocking for web, mobile & microservice development.
Stars: ✭ 74 (+174.07%)
Mutual labels:  mock-server, mocking
Mockoon
Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.
Stars: ✭ 3,448 (+12670.37%)
Mutual labels:  mock-server, mocking
Mockaco
🐵 HTTP mock server, useful to stub services and simulate dynamic API responses, leveraging ASP.NET Core features, built-in fake data generation and pure C# scripting
Stars: ✭ 213 (+688.89%)
Mutual labels:  mock-server, mocking
open-api-mocker
A mock server based in OpenAPI Specification
Stars: ✭ 58 (+114.81%)
Mutual labels:  mock-server, mocking
mocky
Mocky is a simple API mocking solution written in PHP.
Stars: ✭ 29 (+7.41%)
Mutual labels:  mock-server, mocking
MockitoIn28Minutes
Learn Mockito from In28Minutes
Stars: ✭ 95 (+251.85%)
Mutual labels:  mocking
mock-inspect
Mocks network requests and allows you to make assertions about how these requests happened. Supports auto-mocking of graphQL requests given a valid schema.
Stars: ✭ 19 (-29.63%)
Mutual labels:  mocking
Retromock
Java library for mocking responses in a Retrofit service.
Stars: ✭ 48 (+77.78%)
Mutual labels:  mocking
elixir mock
Creates clean, concurrent, inspectable mocks from elixir modules
Stars: ✭ 21 (-22.22%)
Mutual labels:  mocking
MockDataGenerator
Generate mock data for POCO
Stars: ✭ 12 (-55.56%)
Mutual labels:  mocking
dummyjdbc
dummyjdbc answers database requests with dummy data to be independent of an existing database.
Stars: ✭ 20 (-25.93%)
Mutual labels:  mocking
mswjs.io
Official website and documentation for the Mock Service Worker library.
Stars: ✭ 77 (+185.19%)
Mutual labels:  mocking

Intercom

Go Report Card Apache License CircleCI

Speakeasy

A tool for creating web servers that you can embed in iOS or Android apps.

Install

  • Install the speakeasy tool using the following commands:

    go get -d -u github.com/intercom/speakeasy/...
    $GOPATH/src/github.com/intercom/speakeasy/setup.sh

Sample Engine

  • From the sample/backend directory run the following commands:

    ./encode-assets.sh
    speakeasy build github.com/intercom/speakeasy/sample/backend

Sample app

  • Build the sample engine
  • Open the Android project in sample/android and build it in Android studio

About

This sample uses Twemoji images.

License

Speakeasy is released under the Apache 2.0 license. See LICENSE for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].