Query on SmartBear Stoplight | Sanjeev Mansotra
Hello my name is Sanjeev Mansotra, I have a query. In SmartBear Stoplight, how can I integrate automated API testing into a multi-version API documentation project, where different stakeholders (API designers, developers, and QA testers) collaborate to validate endpoints, and ensure that the stoplight test results (pass, fail, warning) are synced with Git version control and included in the CI/CD pipeline for continuous deployment?7Views0likes0CommentsNested Masks don't seem to work
Originally posted by user MarcoDiSarno to the Stoplight Community on 03/07/2024 at 04:40 ET. I have the following use case for masking: Model A is referencing model B. (Garage.cars: array[Car] in the example) Then, a mask on the model A hides some fields and also needs to reference a mask on model B, since that also has some fields to mask. (GaragePublic.cars: array[CarPublic]) Stoplight lets me do that and I thought, "man, nice!" but when publishing the API, all these "nested masks" don't compile. Error: "Invalid JSON pointer: stoplight://resources/overrides/..." Plus, when I export the API with bundled references, it also just shows the "stoplight://resources/overrides/..." refs, which are useless outside of stoplight. The mock server also doesn't work for that project, I suspect for the same reason. Interestingly enough, it seems to work fine in the editor, just outside it doesn't.34Views1like0CommentsGitHub Integration and Plan Limitations on Stoplight – Can Anyone Elaborate?
Originally posted by user koki to the Stoplight Community on 02/26/2024 at 21:26 ET. I have reviewed the following two documents and would like to clarify my understanding: https://meta.stoplight.io/docs/platform/dhre9np9qe1dc-git-hub https://stoplight.io/pricing Spotlight does not support integration with GitHub under the free plan. GitHub integration becomes available starting with the Basic plan, while custom configurations for GitHub are only possible with the Pro plan.12Views0likes0CommentsPostman collection import
Originally posted by user MikeSN to the Stoplight Community on 02/13/2024 at 15:00 ET. Hi, I'm facing an issue by importing collection postman. Stoplights show me that everything works well but at the end I get a simple other json displayed on stoplight and not the api that I wanted to see. I followed step by step the well documented steps to import a postman collection. Do you have an idea of where can be the issue ?5Views0likes0Comments{example}.api-docs.io/1.1 is not working
Originally posted by user Bozhidar Iliev to the Stoplight Community on 02/06/2024 at 16:46 ET. It just redirects to api-docs.io We've been using it for a while now and suddenly it stopped working, I can still access it through Stoplight website.Solved3Views0likes1CommentSpectral: AsyncAPI v3.0.0 support
Originally posted by user kiriakos to the Stoplight Community on 02/13/2024 at 01:25 ET. Hi everybody 👋🏼 When v2.6.0 came out last year we had spectral support within a few days. The v3.0.0 version of AsyncAPI was released back in December 2023, is spectral going to support it? Is there an eta?44Views0likes0CommentsDrive Stoplight through API
Originally posted by user StepanYaki to the Stoplight Community on 02/09/2024 at 03:52 ET. Hello, I have several micro-services which generate there own OpenAPI JSON file during the CI/CD pipeline. Currently, these files are uploaded to a dedicated server but I'd like to upload manage them with Stoplight. To do so, I'd like to know if there is an Stoplight API that supports file upload. I've only found this documentation: https://docs.stoplight.io/docs/stoplight-api-docs/f6hiiufckkwgf-catalog-api-overview which is quite limited. Thank in advance. Stephane3Views0likes0CommentsAWS Lambda
Originally posted by user Ross to the Stoplight Community on 02/07/2024 at 13:00 ET. Hi all. I'm trying to integrate multiple microservices that create open API spec files. All of these files combine together for one API document. Currently this is done by hand and is integrated with a Getlab hook into Stoplight. We want to move to a more integrated automatic approach. My hope is that each microservice will produce a swagger.json file during CI/CD build where it gets uploaded to an AWS S3 bucket. I want to then have an AWS Lambda pick those file(s) up, manipulate, and use Stoplight CLI to push them to an environment branch of the Stoplight project. We are creating a design document now to make these changes, but I don't know if AWS Lambda can run the Stoplight CLI tool. Theoretically, it's just node, so it should be able to run it, right? If not, can I submit to stoplight using HTTP? TIA -Ross4Views0likes0Comments