Introduction
This gist repository is for resources related to the extended Visualization in Data Science group. It contains notes, animated gifs and links, or any resource helpful in research.
| swagger: '2.0' | |
| info: | |
| # Based on http://openvoot.org/protocol/ | |
| version: 2.0.0 | |
| title: VOOT version 2 | |
| host: voot-provider.example.org | |
| basePath: /v2 | |
| schemes: | |
| - http | |
| - https |
| { | |
| "swagger": "2.0", | |
| "info": { | |
| "version": "2.0.0", | |
| "title": "VOOT version 2" | |
| }, | |
| "host": "voot-provider.example.org", | |
| "basePath": "/v2", | |
| "schemes": [ | |
| "http", |
| <p> </p> | |
| <p> </p> | |
| <ac:structured-macro ac:macro-id="eb18d766-4fc4-4279-8386-62b8f8848a39" ac:name="info" ac:schema-version="1"> | |
| <ac:rich-text-body> | |
| <p>This is a consolidation of the work under the headings of "Guidelines for Designing RESTful APIs in TIER" and "TIER API SCIM common elements"</p> | |
| <p>An attempt was made to assimilate discussion resolutions here and point to references where work is ongoing.</p> | |
| </ac:rich-text-body> | |
| </ac:structured-macro> | |
| <p> </p> | |
| <h3 class="conf-macro output-inline"> |
| { | |
| "swagger": "2.0", | |
| "schemes": [ | |
| "https" | |
| ], | |
| "host": "tier.api.edu", | |
| "basePath": "/tier/v2", | |
| "info": { | |
| "contact": { | |
| "email": "tier-api@internet2.edu", |
| swagger: '2.0' | |
| schemes: | |
| - https | |
| host: tier.api.edu | |
| basePath: /tier/v2 | |
| info: | |
| contact: | |
| email: tier-api@internet2.edu | |
| name: TIER API Working Group | |
| url: 'https://spaces.internet2.edu/display/DSAWG' |
| swagger: '2.0' | |
| schemes: | |
| - https | |
| host: tier.api.edu | |
| basePath: /tier/v2 | |
| info: | |
| contact: | |
| email: tier-api@internet2.edu | |
| name: TIER API Working Group | |
| url: 'https://spaces.internet2.edu/display/DSAWG' |
| swagger: '2.0' | |
| schemes: | |
| - http | |
| - https | |
| host: tier.internet2.edu | |
| basePath: /tier/v2 | |
| info: | |
| contact: | |
| email: tier-api@internet2.edu | |
| name: TIER API Working Group |
| swagger: '2.0' | |
| schemes: | |
| - http | |
| - https | |
| host: tierapi.getsandbox.com | |
| basePath: /tier/v2 | |
| info: | |
| contact: | |
| email: tier-api@internet2.edu | |
| name: TIER API Working Group |
| swagger: '2.0' | |
| info: | |
| title: Grouper SCIM-like operations | |
| version: "v2" | |
| contact: | |
| email: tier-api@internet2.edu | |
| name: TIER API Working Group | |
| url: 'https://spaces.internet2.edu/display/DSAWG' | |
| description: "The TIER APIs helps education and research organizations with Identity and Access Management (IAM) challenges. This API definition represents the grouper custom Users and Gropus operations provided by UPenn leveraging SCIM resource libraries provided by Penn State." | |
| termsOfService: 'http://www.internet2.edu/policies/intellectual-property-framework/' |
Introduction
This gist repository is for resources related to the extended Visualization in Data Science group. It contains notes, animated gifs and links, or any resource helpful in research.