A Python Wrapper for use with the Infinite Campus API
Project description
InfiniteCampusAPI
Example:
from infinitecampusapi import InfiniteCampus
test = InfiniteCampus(
token_url="https://iacloud2.infinitecampus.org/campus/oauth2/token?appName=example",
base_url="https://iacloud2.infinitecampus.org/campus/api/oneroster/v1p2/example/ims/oneroster/rostering/v1p2/",
secret="api_secret",
key="api_key",
)
print(test.students.get_students())
print(test.student.get_student("12345678-1234-1234-1234-1234567890ab"))
print(test.teachers.get_teachers())
print(test.teachers.get_teacher("12345678-1234-1234-1234-1234567890ab"))
print(test.schools.get_schools())
print(test.schools.get_school("12345678-1234-1234-1234-1234567890ab"))
print(test.schools.get_school_students("12345678-1234-1234-1234-123456789ab"))
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
infinitecampusapi-0.0.5.tar.gz
(14.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file infinitecampusapi-0.0.5.tar.gz.
File metadata
- Download URL: infinitecampusapi-0.0.5.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.13.2 Darwin/24.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4e1cd6883de4c910ab887604ef245a997387d13034f4f92aeb12281220729ad
|
|
| MD5 |
5a21f46754f6f67a761e9018e2b1c974
|
|
| BLAKE2b-256 |
5ab0752a18280e8acb8324dc51df5b43d87da9fbe43c78397d9c502091654a0a
|
File details
Details for the file infinitecampusapi-0.0.5-py3-none-any.whl.
File metadata
- Download URL: infinitecampusapi-0.0.5-py3-none-any.whl
- Upload date:
- Size: 17.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.13.2 Darwin/24.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a81b1c1d0321d4cecbd078587f637a8dd6e3952ea54a001568c3e42d4c0fb58
|
|
| MD5 |
09453c9b937c6a5acd13250359f01934
|
|
| BLAKE2b-256 |
98fd988641e6ffcf7e47b5ce388357c975d32ae64e74bf4590fcf345280af275
|