Startec

Startec

WireMock lands $6.5M to help developers build and test on mock APIs

Mai 24, às 14:00

·

3 min de leitura

·

0 leituras

As developers work with an increasing number of third-party APIs, they need a tool that mocks those APIs for testing purposes without actually firing the API gateway. Mock APIs mirror the behavior of APIs,...
WireMock lands $6.5M to help developers build and test on mock APIs

As developers work with an increasing number of third-party APIs, they need a tool that mocks those APIs for testing purposes without actually firing the API gateway. Mock APIs mirror the behavior of APIs, letting developers test them in a sandbox environment.

WireMock has emerged in recent years as a popular open source tool for API mocking, and last year the project founder Tom Akehurst teamed up with Uri Maoz to launch a company with the same name, based on the open source project. They created a managed cloud service called WireMock Cloud, and today announced a $6.5 million seed investment.

Maoz, who serves as the startup’s CEO, says that by creating a mock, you can safely work out different scenarios without actually using the API. “Now you have an environment where you can actually access all of the APIs that you depend on, but with no dependency on the actual third-party API, because everything is working against mock,” he told TechCrunch.

What’s more, the mocks are dynamic, so you can test against different use cases, all without actually activating the API until you are ready to launch to users.

There are several ways to create API mocks in WireMock, including creating it manually, importing the API specification or using the tool’s SDK to automate the process. Finally, it can record API traffic to see how it works.

With this final method, WireMock Cloud watches how an app interacts with a live API by recording the traffic between them to figure out what the API is doing. The platform then automatically creates a mock API based on what it learned from the live traffic.

Akehurst, who is CTO, created the first version of the open source WireMock project back in 2011 as a side project. The open source version has grown extremely popular over the year, and today it has 4 million downloads a month, according to Maoz . Last year the two men decided to launch a company and build a managed cloud version of WireMock.

In addition to the open source version, which anyone can download, there is a free tier of the managed cloud, which Maoz says will be free forever. The reason for this dual strategy is because the founders recognized that not everyone would be comfortable working with open source, and they still wanted to provide a way for developers to try the product without paying.

“We have a ‘free forever’ edition because we truly believe that customers should be able to try the product, and some customers aren’t even familiar with the open source version and they want to try the product,” he said.

The company already has around 100 customers using the paid version, including IBM, NIH and Intuit, along with 10 employees. Maoz says they plan to double in size in the next year, and as they do, he says diversity has always been a priority for him, and will continue to be as he hires the next wave of employees.

“We are a small company right now, but this is an important topic that I was also paying attention to at my previous companies, where I managed large teams. So it’s definitely something that is important for us and we are paying attention to that as we grow,” he said.

Today’s seed investment was led by Ridge Ventures, with participation from First Rays Venture Partners, Scribble Ventures and several unnamed angel investors.


Continue lendo

Showmetech

Motorola Razr Plus é o novo dobrável rival do Galaxy Z Flip
Após duas tentativas da Motorola em emplacar — novamente — telefones dobráveis, eis que temos aqui a terceira, e aparentemente bem-vinda, tentativa. Estamos falando do Motorola Razr Plus, um smartphone...

Hoje, às 15:20

DEV

Mentoring for the LGBTQ+ Community
Once unpublished, all posts by chetanan will become hidden and only accessible to themselves. If chetanan is not suspended, they can still re-publish their posts from their dashboard. Note: Once...

Hoje, às 15:13

TabNews

IA: mais um arrependido / Déficit de TI / Apple: acusação grave · NewsletterOficial
Mais um pioneiro da IA se arrepende de seu trabalho: Yoshua Bengio teria priorizado segurança em vez de utilidade se soubesse o ritmo em que a tecnologia evoluiria – ele junta-se a Geoffr...

Hoje, às 14:37

Hacker News

The Analog Thing: Analog Computing for the Future
THE ANALOG THING (THAT) THE ANALOG THING (THAT) is a high-quality, low-cost, open-source, and not-for-profit cutting-edge analog computer. THAT allows modeling dynamic systems with great speed,...

Hoje, às 14:25

TabNews

[DISCUSÃO/OPINIÕES] – Outsourcing! O que, para quem, por que sim, por que não! · dougg
Quero tentar trazer nesta minha primeira publicação, uma mistura de um breve esclarecimento sobre o que são empresas de outsourcing, como elas funcionam e ganham dinheiro, mas também, ven...

Hoje, às 13:58

TabNews

Duvida: JavaScript - Desenvolver uma aplicação que vai ler um arquivo *.json · RafaelMesquita
Bom dia a todos Estou estudando javascript e me deparei com uma dificuldade e preciso de ajuda *Objetivo do estudo: *desenvolver uma aplicação que vai ler um arquivo *.json Conteudo do in...

Hoje, às 13:43

Showmetech

Automatize suas negociações com um robô de criptomoedas
Índice Como o robô de criptomoedas Bitsgap funciona?Qual a vantagem de utilizar um robô de criptomoedas?Bitsgap é confiável? O mercado de trading tem se tornado cada vez mais popular e as possibilidades de...

Hoje, às 13:13

Hacker News

Sketch of a Post-ORM
I’ve been writing a lot of database access code as of late. It’s frustrating that in 2023, my choices are still to either write all of the boilerplate by hand, or hand all database access over to some...

Hoje, às 13:11

Showmetech

14 chuveiros elétricos para o banho dos seus sonhos
Índice Chuveiro ou Ducha?Tipos de chuveiro elétrico9 fatores importantes para considerar na hora de comprar chuveiros elétricosMelhores chuveiros elétricosDuo Shower LorenzettiFit HydraAcqua Storm Ultra...

Hoje, às 11:00

DEV

Learn about the difference between var, let, and const keywords in JavaScript and when to use them.
var, let, and const: What's the Difference in JavaScript? JavaScript is a dynamic and flexible language that allows you to declare variables in different ways. You can use var, let, or const keywords to...

Hoje, às 10:21