Skip to content

Commit

Permalink
Merge pull request #32 from Lattice-Works/bugfix/search_users
Browse files Browse the repository at this point in the history
bugfix search
  • Loading branch information
jokedurnez authored Jul 31, 2020
2 parents 7ca8502 + dfe5d04 commit 9f3ce7e
Show file tree
Hide file tree
Showing 29 changed files with 161 additions and 2,663 deletions.
2 changes: 1 addition & 1 deletion R/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: openlattice
Title: R Package Client for OpenLattice API
Version: 0.1.1
Version: 0.1.2
Authors@R: person("OpenAPI Generator community", email = "[email protected]", role = c("aut", "cre"))
Description: OpenLattice API
URL: https://github.com/GIT_USER_ID/GIT_REPO_ID
Expand Down
2 changes: 1 addition & 1 deletion R/R/api_client.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ApiClient <- R6::R6Class(
# base path of all requests
basePath = "https://api.openlattice.com",
# user agent in the HTTP request
userAgent = "OpenAPI-Generator/0.1.1/r",
userAgent = "OpenAPI-Generator/0.1.2/r",
# default headers in the HTTP request
defaultHeaders = NULL,
# username (HTTP basic authentication)
Expand Down
Loading

0 comments on commit 9f3ce7e

Please sign in to comment.