Skip to content

Commit

Permalink
Merge pull request #19 from jottley/merge
Browse files Browse the repository at this point in the history
Merge work from Alfresco and others into master
  • Loading branch information
jottley authored Nov 15, 2017
2 parents 600b017 + 2c8eeae commit d6aed01
Show file tree
Hide file tree
Showing 80 changed files with 2,718 additions and 1,062 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ApiTestLocal.java
target
*.iml
*.ipr
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ To check out the project and build from source, do the following:
- Retrieve full-metadata of an sObject
- Retrieve a row from an sObject
- Retrieve a blob from a row in an sObject
- Create a new sObject
- Update an existing sObject
- Retrieve recent changes feed
- Execute a SOSL search and retrieve the results
- Run a SOQL query and retrieve the results
- Execute a SOSL search and retrieve the results (with paging or all)
- Run a SOQL query and retrieve the results (with paging or all)
- Retrieve user profile
- Retrieve user status
- Update user status
Loading

0 comments on commit d6aed01

Please sign in to comment.