Skip to content

ConnectWrapper is an easy way for Western-Australian students to create their own apps around the teacher-student communication platform, https://connect.det.wa.edu.au/

License

Notifications You must be signed in to change notification settings

mitch0s/ConnectWrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConnectWrapper

Written by Mitch Naake (Year 11 ATAR Computer Science, Butler College)

What is ConnectWrapper?

ConnectWrapper is an easy way for Western-Australian students to create their own apps around the teacher-student communication platform, https://connect.det.wa.edu.au/

What are the benefits?

ConnectWrapper handles all requests and responses to and from the Connect webserver. Responses from the webserver are parsed and compiled in a way that makes it easier to get information from your request, saving you endless time with trying to find specific data from your own request, it's all there in front of you, in an easy-to-read format!

What can I do with ConnectWrapper?

Upon it's initial release, ConnectWrapper has the following functions:

  • Mobile
    • Authentication

      • get_access_token (Used for authenticating future requests)
      • check_access_token (Used to check whether an access_token is valid/invalid/expired)
    • Notices

      • get_feed (Returns posts depending on user's kwargs, default returns the 10 most-recent posts)
      • view_notice (Used to view the details about the notice, adds a view to notice view counter)
      • add_comment (Posts a comment to the specified notice)

Please Note: There are more functions coming soon...

About

ConnectWrapper is an easy way for Western-Australian students to create their own apps around the teacher-student communication platform, https://connect.det.wa.edu.au/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages