Small but meaningful update on Mockline 👀
You can now create partner sandboxes, a completely isolated mock environment you hand off to your clients, separate from your UAT. They get a custom URL and space to poke your API, and you get live view of what they're actually hitting.
As a sales executive, how does your team currently onboard clients and prospects integrating into your business and making sure they meet the requirements and deadline?
built a PaaS that spin up live mock API servers from OpenAPI specs for the first 3 weeks in April.
few things i learnt doing this:
- orchestrating containers through APIs
- wildcard SSL via cloudflare DNS challenge
- alpine's wget IPv6 debug
full writeup
https://t.co/6dj1P4kWwJ
Mockline just launched on Product Hunt! 🚀
Upload an OpenAPI spec (or build one in app) and it generates a fully-functional, isolated mock server with a live public URL in seconds.
Perfect if you work in engineering, QA, or product.
Support us on PH👇
https://t.co/iUBe9EWnu2
Not there yet, but interesting reading this JD and relating to few of things I learnt building @getmockline. Traefik for Caddy for traffic routing to containers, reusable build cache accross mock deploys, single startup point, deployed on a VPS
Code here: https://t.co/mv0HEz5aqG
If you’re this position, you’ve got to do what all FE engr. do, but smarter this time.
> Go to https://t.co/5VzT2wgDwD
> Upload the OpenAPI spec
> Provision a mock server from it, continue your build
NB: If BE changes the schema, use the diff feature to reconcile differences.
Mockline is live 🚀
Upload an OpenAPI spec. Get an isolated mock API server running instantly.
The idea came from a problem I kept running into and a bottleneck almost every software team faces during development
Free to start → https://t.co/J19Nfo0QYk
#api#devtools
Mockline is live 🚀
Upload an OpenAPI spec. Get an isolated mock API server running instantly.
Built for dev and engineering teams tired of waiting on backend dependencies.
Free to start → https://t.co/A7lTtA8wBQ
#Mockline
With Mockline, you build an API spec once, upload it, and get a live shareable URL with real http responses to call your APIs in seconds.
Join the waitlist to know when we launch
https://t.co/1akQewqfLm
#mockline#BuildInPublic
Gm guys!
Added support last night for interactive OpenAPI spec designer to build and deploy openAPI specs without writing any yaml or json.
You get full support for endpoints, path/query parameters, request bodies, and multiple responses.
#BuildInPublic#Mockline@getmockline
Mockline is a tool that allows frontend developers, QA engineers, and tech teams to move ahead while waiting for the backend to be built.
You can join the waitlist here
https://t.co/1akQewqfLm
Another problem! Contour CLI (which starts the mock server inside the mockline docker container) hardcodes its server binding to 127.0.0.1. This means the server only listens to that loopback, making it totally unreachable from the mock URL generated.
#mockline#BuildInPublic