October 2024 Summaries
5 posts from Speakeasy
Filter
Month:
Year:
Post Summaries
Back to Blog
Speakeasy has raised $15 million in a Series A funding round led by FPV Ventures, with support from GV and Quiet Capital, to enhance REST API development tools. The company aims to address the growing gap between the rapid rise in API traffic and the outdated tools available for building reliable APIs. Speakeasy's platform is designed to help developers create high-quality APIs by automating testing, ensuring best practices, and generating SDKs. The funding will be used to expand product offerings, accelerate the roadmap, and grow the team in San Francisco and London. Speakeasy has gained traction among nearly 3,000 users, including companies like Vercel and Verizon, who have generated over 7,250 SDKs, marking a 575% increase in API tooling investment. Co-founders Sagar and Simon emphasize their commitment to revolutionizing API development, with plans to innovate contract testing, API creation, and webhook management.
Oct 30, 2024
782 words in the original blog post.
The blog post by Nolan Sullivan announces a significant milestone for the company, having successfully completed a Series A fundraising round. It extends gratitude to their customers, partners, and team members for their contributions to reaching this achievement. The company expresses enthusiasm for continuing to enhance the developer experience in collaboration with these stakeholders. The announcement, initially posted on October 30, 2024, highlights the absence of a changelog for the week, focusing instead on the gratitude and future aspirations following the latest funding development.
Oct 30, 2024
65 words in the original blog post.
Arazzo is a specification designed to enhance end-to-end API testing by allowing developers to define workflows that mimic real user interactions, thereby going beyond individual endpoint testing. The tutorial demonstrates how to create a test generator that converts Arazzo specifications into executable tests using a TypeScript and Deno environment, specifically focusing on a demo API called Build-a-bot. Arazzo serves as a complement to OpenAPI by detailing the sequence in which API calls should be made to achieve specific outcomes, thus enabling comprehensive validation of entire user workflows rather than isolated endpoints. The tutorial covers parsing Arazzo and OpenAPI specifications, generating tests that validate complex workflows through runtime expressions, JSONPath, and regex criteria, and emphasizes the importance of handling authentication and security aspects in API testing. Future developments include using SDKs for more idiomatic API interactions and hardening parsers against vulnerabilities, with ongoing efforts to integrate Arazzo support into Speakeasy's API testing tools.
Oct 30, 2024
5,124 words in the original blog post.
Speakeasy has introduced significant updates to its platform, enhancing OAuth support and streamlining the publishing workflow to improve the API integration process. The new OAuth authorization flow support allows for greater flexibility by enabling custom security schemes, flexible secret handling, and pre-request hooks, making it easier to integrate OAuth-protected APIs. The revamped publishing workflow now offers more control, decoupling the process from GitHub-specific generation and simplifying first-time publishing, which ensures that existing versions are not accidentally overwritten. Additionally, several new features and bug fixes have been implemented across different programming languages, including improvements in error handling and support for complex data types, to enhance the overall functionality and reliability of the SDK offerings.
Oct 16, 2024
516 words in the original blog post.
Speakeasy has announced its participation in the Open Source Pledge, a movement initiated by Sentry to encourage companies to financially support open-source software (OSS) maintainers, with a commitment of at least $2,000 per full-time developer annually. Speakeasy contributes $3,523 monthly, totaling $42,276 annually, which amounts to $4,228 per engineer, supporting various OSS projects such as libopenapi, nextra, pydantic, and FastAPI. The company acknowledges the essential role of open-source projects in its success and API development ecosystem, and expresses gratitude to the OSS community, emphasizing the importance of creating a sustainable future for these critical tools that enable innovation.
Oct 04, 2024
387 words in the original blog post.