Home / Companies / Speakeasy / Blog / September 2022

September 2022 Summaries

6 posts from Speakeasy

Filter
Month: Year:
Post Summaries Back to Blog
Speakeasy has introduced several enhancements, including new API usage dashboards that enable developers and API users to easily understand errors and traffic patterns by viewing data over various time spans and grouping by endpoints, customers, and status codes. These dashboards can be embedded into developer portals or customer-facing applications. Additionally, Speakeasy has launched a Rust SDK with features like field masking and path hints, accessible via their public GitHub repository. For users preferring AWS, Speakeasy is now fully operational for self-hosting on this cloud platform. The updates also include the ability to delete APIs and endpoints, allowing for a more organized workspace.
Sep 27, 2022 201 words in the original blog post.
Speakeasy has introduced new features and improvements to enhance developer experience and support efficiency, notably through a React-native Request Viewer that allows users to troubleshoot API issues independently, reducing support costs and resolution time. This tool, which can be embedded in developer portals or apps, enables users to filter, replay, and share requests, streamlining communication with support teams. Additionally, Speakeasy now offers Python3 client SDK generation directly from OpenAPI specs, addressing challenges with open-source libraries, and plans to make this freely available via a standalone CLI. The platform also supports local testing with Docker Compose, and features a revamped API dashboard UI for better visual representation of API overviews.
Sep 21, 2022 227 words in the original blog post.
Unit21, a no-code platform focused on combating transaction fraud, handles API development through a distributed responsibility model across various product teams, with tech leads from the data ingestion team ensuring consistency in API design. This approach aligns with the company's startup ethos, minimizing process overhead while addressing the challenge of growing API complexity. Unit21's public APIs, primarily RESTful, cater to real-time feedback needs, evolving from initial batch processing limitations. The company prioritizes consistency and developer experience, emphasized through a thorough review process involving technical and architectural evaluations before any public release. Although Unit21's public and private APIs are maintained separately for security and logical separation, the company is exploring API gateways and tools like Kong for enhanced access control. The platform's evolution includes offering consistent webhooks and a commitment to improving API documentation and architecture for better developer experience, reflecting an ongoing adaptation to customer needs and technological advancements.
Sep 20, 2022 2,539 words in the original blog post.
Skyflow is a data vault service accessed through an API, focusing on securely storing and managing sensitive data such as PII and KYC information. The company's API is integral to its product, allowing clients to create, manage, and interact with their data vaults, which include robust features like encryption and data governance. API development at Skyflow involves careful taxonomy design to accommodate varying customer schemas and ensure usability across different user personas. The company emphasizes a rigorous approach to maintaining consistent and up-to-date documentation and guidelines to facilitate API development and minimize friction for developers using the API. Challenges include balancing security measures, like dynamic JWT token generation, which can create user friction, against the need for a seamless developer experience. Skyflow opts for RESTful APIs for broader accessibility, with potential future consideration for GraphQL. As a product manager, Akshat Agrawal highlights the importance of using the API to identify friction points and the need to make strategic trade-offs to align API functionality with long-term product goals while maintaining a focus on reducing the time to first successful API interaction to enhance developer productivity. The discussion also touches on the broader context of developer experience, emphasizing productivity and the efficient use of APIs in achieving project goals, while also expressing interest in exploring new technological fields like climate tech.
Sep 15, 2022 2,453 words in the original blog post.
Speakeasy has introduced new features to enhance API management and debugging, including a one-click request sharing capability that allows users to share URLs of filtered traffic or specific API requests with team members for easy replay or export. The platform also offers an API Quickstart feature, enabling users to set up their APIs swiftly, whether they have an OpenAPI schema or are starting from scratch. Additionally, Speakeasy now supports JSON schema uploads alongside .yaml, facilitating seamless integration for existing APIs. A bug fix has been implemented for users self-hosting on Google Cloud Platform, allowing accurate generation of OpenAPI schemas from API traffic stored in BigQuery.
Sep 13, 2022 214 words in the original blog post.
Speakeasy has introduced a new feature that allows developers to replay API requests to better diagnose and reproduce issues observed in production by using a request viewer that provides editable headers and request objects for high-fidelity testing. Additionally, the platform now offers OpenAPI Schema Validation to identify and address errors in OpenAPI specifications before they affect clients, and it supports Ambassador for self-hosting clients by configuring the values.yaml file. These updates aim to streamline the process of testing and managing APIs, ensuring reliability and efficiency in handling API requests and configurations.
Sep 06, 2022 165 words in the original blog post.