ohhhchank3 commited on
Commit
feff415
·
verified ·
1 Parent(s): d7672de

Create swagger_actions.json

Browse files
Files changed (1) hide show
  1. swagger_actions.json +25 -0
swagger_actions.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "endpoints" : [
3
+ {
4
+ "swaggerurl": "https://fakerestapi.azurewebsites.net/swagger/v1/swagger.json",
5
+ "group": "Books Author Activity",
6
+ "description": "This is for all the actions related books , Authors, photos and users trying to read books and view photos",
7
+ "baseurl": "https://fakerestapi.azurewebsites.net/",
8
+ "id": "fakerestapi"
9
+ },
10
+ {
11
+ "swaggerurl": "https://petstore3.swagger.io/api/v3/openapi.json",
12
+ "baseurl": "https://petstore3.swagger.io/",
13
+ "group": "Petstore API",
14
+ "description": "This is for all the actions related to pets",
15
+ "id": "petstore"
16
+ } ,
17
+ {
18
+ "swaggerurl": "https://vishalmysore-instaservice.hf.space/v3/api-docs",
19
+ "baseurl": "https://vishalmysore-instaservice.hf.space/",
20
+ "group": "Enterprise Support and Tickeing System",
21
+ "description": "This action is to create tickets track bugs across the enterprise",
22
+ "id": "InstaService"
23
+ }
24
+ ]
25
+ }