-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from YujiOshima/addtag
Added functions related to tags in testservice Added TestServer functions on api of tag shown below to testservice. * GET /api/1.0/tags/ op=list * POST /api/1.0/tags/ op=new * GET /api/1.0/tags/{name}/ * GET /api/1.0/tags/{name}/ op=nodes * POST /api/1.0/tags/{name}/ op=update_nodes * PUT /api/1.0/tags/{name}/ * DELETE /api/1.0/tags/{name}/
- Loading branch information
Showing
2 changed files
with
238 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters