All Projects → Okhttp Json Mock → Similar Projects or Alternatives

1830 Open source projects that are alternatives of or similar to Okhttp Json Mock

Livedata Call Adapter
A simple LiveData call adapter for retrofit
Stars: ✭ 119 (-48.48%)
Mutual labels:  json, okhttp, retrofit
Logginginterceptor
An OkHttp interceptor which has pretty logger for request and response. +Mock support
Stars: ✭ 1,149 (+397.4%)
Mutual labels:  okhttp, interceptor, mock
Http Fake Backend
Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 253 (+9.52%)
Mutual labels:  json, mock, mocking
Kakapo.js
🐦 Next generation mocking framework in Javascript
Stars: ✭ 535 (+131.6%)
Mutual labels:  interceptor, mock, mocking
Generator Http Fake Backend
Yeoman generator for building a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 49 (-78.79%)
Mutual labels:  json, mock, mocking
Retromock
Java library for mocking responses in a Retrofit service.
Stars: ✭ 48 (-79.22%)
Mutual labels:  mock, retrofit, mocking
Retrofitcache
RetrofitCache让retrofit2+okhttp3+rxjava配置缓存如此简单。通过注解配置,可以针对每一个接口灵活配置缓存策略;同时让每一个接口方便支持数据模拟,可以代码减小侵入性,模拟数据可以从内存,Assets,url轻松获取。
Stars: ✭ 647 (+180.09%)
Mutual labels:  okhttp, retrofit, mock
Mockiato
A strict, yet friendly mocking library for Rust 2018
Stars: ✭ 229 (-0.87%)
Mutual labels:  mock, mocking
Meteorite
一个基于Android MVP的简单明了的指引性通用架构,目的是帮助更多的开发者去全面了解实践开发相关的各种技术,快速搭建属于自已的APP。这个项目涉及到如下技术的实际应用:1、MVP 2、网络请求(Novate基于rxjava,okhttp,retrofit封装架构)3、DbFlow(可保存文件入SD卡) 4、6.0权限申请 5、XRecyclerView 6、万能Adapter7、异常处理 8、日志打印 9、屏幕适配 10、代码混淆 11、多渠道打包 12、内存泄露检测 13、热修复 14、升级更新 15、极光推送 工程更新完善中……欢迎关注 @特别感谢ZJ.Y的Logo支持。
Stars: ✭ 49 (-78.79%)
Mutual labels:  okhttp, retrofit
Axios Mock Adapter
Axios adapter that allows to easily mock requests
Stars: ✭ 2,832 (+1125.97%)
Mutual labels:  mock, mocking
Cuckoo
Boilerplate-free mocking framework for Swift!
Stars: ✭ 1,344 (+481.82%)
Mutual labels:  mock, mocking
Mvvmhabitcomponent
👕基于MVVMHabit框架,结合阿里ARouter打造的一套Android MVVM组件化开发方案
Stars: ✭ 857 (+271%)
Mutual labels:  okhttp, retrofit
Awesome Third Library Source Analysis
📖 Deep understanding of popular open source library source code (optimizing...)
Stars: ✭ 866 (+274.89%)
Mutual labels:  okhttp, retrofit
Graphql Query Test Mock
Easily mock GraphQL queries in your Relay Modern / Apollo / any-other-GraphQL-client tests.
Stars: ✭ 49 (-78.79%)
Mutual labels:  mock, 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 (-83.55%)
Mutual labels:  mock, mocking
Fake Xrm Easy
The testing framework for Dynamics CRM and Dynamics 365 which runs on an In-Memory context and deals with mocks or fakes for you
Stars: ✭ 216 (-6.49%)
Mutual labels:  mock, mocking
Gock
HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽
Stars: ✭ 1,185 (+412.99%)
Mutual labels:  mock, mocking
Moka
A Go mocking framework.
Stars: ✭ 53 (-77.06%)
Mutual labels:  mock, mocking
Mockery
Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL).
Stars: ✭ 10,048 (+4249.78%)
Mutual labels:  mock, mocking
Interceptors
Low-level HTTP/HTTPS/XHR/fetch request interception library.
Stars: ✭ 100 (-56.71%)
Mutual labels:  interceptor, mock
Really Need
Node require wrapper with options for cache busting, pre- and post-processing
Stars: ✭ 108 (-53.25%)
Mutual labels:  mock, mocking
Pester
Pester is the ubiquitous test and mock framework for PowerShell.
Stars: ✭ 2,620 (+1034.2%)
Mutual labels:  mock, mocking
Nsubstitute
A friendly substitute for .NET mocking libraries.
Stars: ✭ 1,646 (+612.55%)
Mutual labels:  mock, mocking
Kingtv
📺 高仿全民直播(全民TV),项目采用 MVP + RXJava + Retrofit + OKHttp + Material Design + Dagger2 + Base + Glide + GreenDao构建。因为全民TV已经凉了,导致App已经连不上。所以本项目已暂停维护。仅供学习。 推荐MVPFrame: https://github.com/jenly1314/MVPFrame 和你值得拥有的MVVMFrame快速开发框架: https://github.com/jenly1314/MVVMFrame
Stars: ✭ 1,594 (+590.04%)
Mutual labels:  okhttp, retrofit
Chucker
🔎 An HTTP inspector for Android & OkHTTP (like Charles but on device)
Stars: ✭ 2,169 (+838.96%)
Mutual labels:  okhttp, interceptor
Progressmanager
⏳ Listen the progress of downloading and uploading in Okhttp, compatible Retrofit and Glide (一行代码即可监听 App 中所有网络链接的上传以及下载进度, 包括 Glide 的图片加载进度).
Stars: ✭ 2,463 (+966.23%)
Mutual labels:  okhttp, retrofit
Proxy Storage
Provides an adapter for storage mechanisms (cookies, localStorage, sessionStorage, memoryStorage) and implements the Web Storage interface
Stars: ✭ 10 (-95.67%)
Mutual labels:  json, interceptor
Androidall
Android 程序员需要掌握的技术栈:数据结构算法、程序架构、设计模式、性能优化、插件化、热更新、Kotlin、NDK、Jetpack,以及常用的开源框架源码分析如 Flutter、Router、RxJava、Glide、LeakCanary、Dagger2、Retrofit、OkHttp、ButterKnife 等
Stars: ✭ 849 (+267.53%)
Mutual labels:  okhttp, retrofit
Node Quick Mock
🌞 基于Express的mock接口平台
Stars: ✭ 33 (-85.71%)
Mutual labels:  json, mock
Offit
Simple but powerful API mocking library. Make mocks great again.
Stars: ✭ 25 (-89.18%)
Mutual labels:  retrofit, mock
Easygo
基于Kotlin、OkHttp的声明式网络框架,像写HTML界面一样写网络调用代码
Stars: ✭ 40 (-82.68%)
Mutual labels:  okhttp, retrofit
Jazzon
Add some jazz to your JSON files
Stars: ✭ 38 (-83.55%)
Mutual labels:  json, mocking
Duckrails
Development tool to mock API endpoints quickly and easily (docker image available)
Stars: ✭ 1,690 (+631.6%)
Mutual labels:  mock, mocking
Easy mock api
easy mock json api
Stars: ✭ 145 (-37.23%)
Mutual labels:  json, mock
Retrofiturlmanager
🔮 Let Retrofit support multiple baseUrl and can be change the baseUrl at runtime (以最简洁的 Api 让 Retrofit 同时支持多个 BaseUrl 以及动态改变 BaseUrl).
Stars: ✭ 1,961 (+748.92%)
Mutual labels:  okhttp, retrofit
Pytest Responsemock
Simplified requests calls mocking for pytest
Stars: ✭ 24 (-89.61%)
Mutual labels:  mock, mocking
Contentful.java
Java SDK for Contentful's Content Delivery API
Stars: ✭ 63 (-72.73%)
Mutual labels:  okhttp, retrofit
Fetch
The best file downloader library for Android
Stars: ✭ 1,124 (+386.58%)
Mutual labels:  okhttp, retrofit
Jetpackmvvm
🐔🏀一个Jetpack结合MVVM的快速开发框架,基于MVVM模式集成谷歌官方推荐的JetPack组件库:LiveData、ViewModel、Lifecycle、Navigation组件 使用Kotlin语言,添加大量拓展函数,简化代码 加入Retrofit网络请求,协程,帮你简化各种操作,让你快速开发项目
Stars: ✭ 1,100 (+376.19%)
Mutual labels:  okhttp, retrofit
Prig
Prig is a lightweight framework for test indirections in .NET Framework.
Stars: ✭ 106 (-54.11%)
Mutual labels:  mock, mocking
Unit Threaded
Advanced unit test framework for D
Stars: ✭ 100 (-56.71%)
Mutual labels:  mock, mocking
Templeapp
Android App which handles the information about temple. People can register and keep a track of all poojas, donations made to the temple.
Stars: ✭ 231 (+0%)
Mutual labels:  json, okhttp
Dyson
Node server for dynamic, fake JSON.
Stars: ✭ 814 (+252.38%)
Mutual labels:  json, mock
Mockit
A tool to quickly mock out end points, setup delays and more...
Stars: ✭ 1,534 (+564.07%)
Mutual labels:  json, mock
Spy
Clojure/ClojureScript library for stubs, spies and mocks.
Stars: ✭ 131 (-43.29%)
Mutual labels:  mock, mocking
Aachulk
️🔥️🔥️🔥AACHulk是以Google的ViewModel+DataBinding+LiveData+Lifecycles框架为基础, 结合Okhttp+Retrofit+BaseRecyclerViewAdapterHelper+SmartRefreshLayout+ARouter打造的一款快速MVVM开发框架
Stars: ✭ 109 (-52.81%)
Mutual labels:  okhttp, retrofit
Sinon Jest Cheatsheet
Some examples on how to achieve the same goal with either of both libraries: sinon and jest. Also some of those goals achievable only by one of these tools.
Stars: ✭ 226 (-2.16%)
Mutual labels:  mock, mocking
Smoke
💨 Simple yet powerful file-based mock server with recording abilities
Stars: ✭ 142 (-38.53%)
Mutual labels:  json, mock
Weld
Full fake REST API generator written with Rust
Stars: ✭ 146 (-36.8%)
Mutual labels:  json, mock
Webapiclient
An open source project based on the HttpClient. You only need to define the c# interface and modify the related features to invoke the client library of the remote http interface asynchronously.
Stars: ✭ 1,618 (+600.43%)
Mutual labels:  json, retrofit
Mockito
Most popular Mocking framework for unit tests written in Java
Stars: ✭ 12,453 (+5290.91%)
Mutual labels:  mock, mocking
Examples
Examples of Mock Service Worker usage with various frameworks and libraries.
Stars: ✭ 163 (-29.44%)
Mutual labels:  interceptor, mocking
Mocktail
A mock library for Dart inspired by mockito
Stars: ✭ 172 (-25.54%)
Mutual labels:  mock, mocking
Interceptor
A browser extension to mock AJAX requests at the browser level
Stars: ✭ 182 (-21.21%)
Mutual labels:  interceptor, mock
Httpretty
Intercept HTTP requests at the Python socket level. Fakes the whole socket module
Stars: ✭ 1,930 (+735.5%)
Mutual labels:  mock, mocking
Mocktopus
Mocking framework for Rust
Stars: ✭ 179 (-22.51%)
Mutual labels:  mock, mocking
Component
🔥🔥🔥A powerful componentized framework.一个强大、100% 兼容、支持 AndroidX、支持 Kotlin并且灵活的组件化框架
Stars: ✭ 2,434 (+953.68%)
Mutual labels:  interceptor, retrofit
Python Mocket
a socket mock framework - for all kinds of socket animals, web-clients included
Stars: ✭ 209 (-9.52%)
Mutual labels:  mock, mocking
Easygank
💊 The project build framework based on the Rx series and MVP pattern.
Stars: ✭ 750 (+224.68%)
Mutual labels:  okhttp, retrofit
Mvvmhabit
goldze: 本人喜欢尝试新的技术,以后发现有好用的东西,我将会在企业项目中实战,没有问题了就会把它引入到MVVMHabit中,一直维护着这套框架,谢谢各位朋友的支持。如果觉得这套框架不错的话,麻烦点个 star,你的支持则是我前进的动力!
Stars: ✭ 6,789 (+2838.96%)
Mutual labels:  okhttp, retrofit
1-60 of 1830 similar projects