summaryrefslogtreecommitdiff
path: root/src/com/p4square/f1oauth/Attribute.java
AgeCommit message (Collapse)Author
2016-04-09Switching from Ivy+Ant to Maven.Jesse Morgan
2014-09-27Adding support to fetch attributes for a user.Jesse Morgan
2014-09-21Removing comment.Jesse Morgan
2014-09-21Adding Support for Assigning Attributes in F1.Jesse Morgan
Adding a new interface, F1API for F1 APIs which require a valid access token. This is now used by AssessmentResultsPage to assign an attribute each time someone completes the assessment. Also adding an AttributeTool to list all attributes and assign attributes to users.