Skip to content

Releases: silinternational/google-api-php-client-mock

Add listUsers() mock

30 Aug 18:22
4f3927f
Compare
Choose a tag to compare

Added:

  • Google Service Directory UsersResource API endpoint mocks:
    • google_service_directory->users->listUsers([
      • 'domain' => $domain,
      • 'maxResults' => $max_results,
      • 'query' => $query
    • ])

Fix getting user by an alias

27 Mar 19:42
b5dd934
Compare
Choose a tag to compare

Fixed:

  • Providing an alias to get a user now returns the user (if one exists)

Note: This was originally intended to be released as version 0.3.1, but I accidentally tagged the wrong commit as 0.3.1, so this is now 0.3.2.

Add Gmail API mocks for delegated access

19 Mar 17:36
f3ec002
Compare
Choose a tag to compare

Added:

  • Mocks for using the Gmail API to manage delegated access to accounts