Metadata-Version: 2.1
Name: redrover-api
Version: 1.7.1
Summary: Red Rover API
Home-page: https://github.com/edustaff/redrover-api
Author: Developer
Author-email: dev@redroverk12.com
License: UNKNOWN
Keywords: OpenAPI,OpenAPI-Generator,Red Rover API
Platform: UNKNOWN
Requires-Dist: certifi
Requires-Dist: python-dateutil
Requires-Dist: six (>=1.10)
Requires-Dist: urllib3 (>=1.15)

Access Red Rover data via this REST API for Organizations that have granted you access.    # Authentication  The API is protected by HTTP Basic Authentication.   Each application that connects to the API has a unique username and password that it must supply with every request.    This value needs to be supplied as an HTTP Header: &#x60;Authorization&#x3D;BASIC [hash]&#x60;. The value of [hash] is the string username:password base64 encoded.    Endpoints marked for Basic Auth can be used with the Basic Auth username and password that you have been assigned.    # API Information  ## Api Key  Each Red Rover organization that has authorized your application has a unique API Key for your application.  To retrieve the API Key, you can use the Organization endpoint (&#x60;api/v1/organization&#x60;) which returns an ApiKey uniquely used for each Organization.    You must supply this as an HTTP Header when accessing that organization: &#x60;apiKey&#x3D;[apiKey]&#x60;. The domains that require this &#x60;ApiKey&#x60; header are labeled as &#39;Requires an ApiKey&#39;.    ## Identifier  Where an &#x60;Identifier&#x60; can be specified in the route, you may either supply the Red Rover Id of the object (numeric) or the External Id (alpha-numeric). When specifying an External Id, you will need to prepend the External Id with the pike character&#x60;|&#x60; (e.g. &#x60;|ABC123&#x60;).  # noqa: E501


