api-design
Here are 41 public repositories matching this topic...
-
Updated
Jul 12, 2020
-
Updated
Oct 7, 2020 - Java
-
Updated
Sep 17, 2019 - Java
-
Updated
Feb 26, 2019 - JavaScript
-
Updated
Sep 3, 2020 - Ruby
-
Updated
Jan 7, 2020 - Java
-
Updated
May 4, 2018
-
Updated
Sep 11, 2020
-
Updated
Jan 18, 2019
-
Updated
Jun 21, 2018 - Swift
-
Updated
Jan 11, 2019 - HTML
-
Updated
Aug 29, 2017 - Java
-
Updated
Jul 16, 2020 - PLpgSQL
-
Updated
Apr 16, 2020 - Kotlin
I expect
- to add some tests in https://github.com/ioggstream/openapi-resolver/blob/master/tests/test_cases.py
for testing https://github.com/ioggstream/openapi-resolver/blob/master/openapi_resolver/__main__.py
Tests could just verify that main() works as expected.
-
Updated
Jul 25, 2018 - C#
-
Updated
Nov 11, 2018
-
Updated
Jul 18, 2019 - Java
-
Updated
Oct 2, 2018
-
Updated
Apr 24, 2018 - JavaScript
-
Updated
Mar 14, 2020 - HTML
-
Updated
Mar 27, 2019 - Go
-
Updated
Jan 11, 2019 - JavaScript
-
Updated
Dec 29, 2016
-
Updated
Jan 2, 2018 - JavaScript
-
Updated
Jan 19, 2019 - JavaScript
-
Updated
Feb 14, 2020
Improve this page
Add a description, image, and links to the api-design topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the api-design topic, visit your repo's landing page and select "manage topics."
Describe the bug
I started two long running requests, the first one takes 15 seconds and the second one takes 10 seconds. Then I go to the first request and press cancel, but nothing happens. Then I look at the second one, and see that it has been cancelled.
The cancel request button cancels the last started request, not the active request. I see the correct request duration as I switch