Simo Kinnunen
16e64b51ff
Merge pull request #770 from neofreko/adb-key-api
...
Implements addAdbPublicKey API endpoint
2019-07-10 11:44:32 -07:00
Akhmad Fathonih
524fd566b7
Implement addAdbPublicKey endpoint
...
Reason: manually approve adb connection from web UI does not scale for test automation. Especially those that are using different adb keys on each session (eg: via container)
This changes also added swagger doc endpoint. Using `stf local` command, it will end up at: `http://localhost:7106/docs/ `
2017-12-05 15:12:57 +09:00
kris
9f3f0b9692
cleaned up per vbanthia's comments. fixed docs to align with implementation
2017-06-14 21:38:09 -05:00
kris
378edc7d92
allowing default content type for POST/DELETEs
...
fixes https://github.com/openstf/stf/issues/594
2017-05-31 09:08:09 -05:00
Vishal Banthia
a6266931ad
Modify APIs from Aysnc -> Sync using timeout
2016-07-22 19:34:22 +05:30
Vishal Banthia
9de5ba5fae
refactoring swagger
2016-07-22 19:34:22 +05:30
Vishal Banthia
26ad95a36e
add comment for going against REST
2016-07-22 19:34:22 +05:30
Vishal Banthia
96494247bb
add remoteConnect endpoint for device
2016-07-22 19:34:22 +05:30
Vishal Banthia
c9a9d3cb06
User path parameter for Delete /user/devices/:device endpoint
2016-07-22 19:34:22 +05:30
Vishal Banthia
bca180d284
refactor reserve and release endpoints in HTTP POST and DELETE methods
2016-07-22 19:34:22 +05:30
Vishal Banthia
dccacea43f
add new device-reserve and device-release endpoints
2016-07-22 19:34:22 +05:30
Vishal Banthia
221bc78e49
use security handler instead of express middleware for access token validation.
2016-07-22 19:34:22 +05:30
Vishal Banthia
f10ae51b53
add swagger.json endpoint
2016-07-22 19:34:22 +05:30
Vishal Banthia
0ec03aa2c0
move accessTokens endpoint from app unit to api unit
2016-07-22 19:34:22 +05:30
Vishal Banthia
5729095acb
move group endpoint from app unit to api unit
2016-07-22 19:34:22 +05:30
Vishal Banthia
d6f37681ce
move devices endpoint from app unit to api unit
2016-07-22 19:34:22 +05:30
Vishal Banthia
e0a45391ab
Add auth middleware in api unit. Now only authorized user can access api unit
2016-07-22 19:34:22 +05:30
Vishal Banthia
41f306a7f0
Add basic api unit. This unit will be responsible for providing all stf restful apis.
2016-07-22 19:34:22 +05:30