Is it possible to run the same script at different URLs?
I am trying to use dejaclick to automate a repetitive task in a learning management system, and I need to be able to run one script on a variety of identical pages with different URLs. In other words, all the page designs are the same, and the script would perform the same actions each time, but the URLs of the pages it runs on would be different. Is there a way to change the starting URL in a script to a "wild card" like * so it can perform the same actions on any page?2.6KViews0likes1CommentHow to change the virtserver.swaggerhub.com username url?
Hello, I am a first time user of app.swaggerhub.com. Apologies if the question has been asked and answered before - I just did not find the answer yet. SwaggerHub created an URL for me - Thank you. Schemata : virtserver.swaggerhub.com/$username/$something-else/$version Well, how can I set $username without having me to change my name in SwaggerHub. I rather like to promote swaggerhub with the name of a colleague, client, employer, product, campaign - etc. Just not with my username.Solved1.8KViews0likes3CommentsSwagger Editor Error loading URL
I am running Swagger editor and my Swagger environment locally. When attempt to connect to my Swagger environment by using the import from URL option Swagger editor generates the error message: Error loading URL The URL that I am using is https://localhost/ExosApi/ The main reason why I would like to use Swagger editor is because I want to export my Swagger environment as an HTML file. Maybe I am going the wrong way about this. Help on how to get this to work or export mt Swagger environment as an HTML (or other standalone file) would be greatly appreciated.Shortcut URL to the latest version of an API doc?
I have published links to our SwaggerHub API documentation page (e.g., https://app.swaggerhub.com/apis/strangecode/AnchorNW/1.0.0) in many locations in our website and internal documentation. I noticed if I update the version of the API, e.g,. a patch change from `1.0.0` to `1.0.1`, the URL will change to `…/AnchorNW/1.0.1`. This means I have to update the URL linking to this page everywhere in was used every time the version increments. Is there a shortcut URL that automatically loads the latest version of the API? E.g., `…AnchorNW/latest`? If not, this would be a very useful feature. Thanks!26Views1like0Comments