Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
change base url to new url fix #2, bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Mar 28, 2018
1 parent 55809ec commit 7da2835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Description: The 'Microsoft Academic Knowledge' API provides programmatic access
(<https://academic.microsoft.com/>). Includes methods matching all 'Microsoft
Academic' API routes, including search, graph search, text similarity, and
interpret natural language query string.
Version: 0.2.0.9100
Version: 0.2.9.9210
Authors@R: person("Scott", "Chamberlain", email = "myrmecocystus+r@gmail.com",
role = c("aut", "cre"))
License: MIT + file LICENSE
Expand Down
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
comp <- function(x) Filter(Negate(is.null), x)

ma_base <- function() "https://westus.api.cognitive.microsoft.com"
ma_base <- function() "https://api.labs.cognitive.microsoft.com"

ma_HTTP <- function(path, args, key, method = "GET", body = list(),
encode = "form", ctype = NULL, ...) {
Expand Down

0 comments on commit 7da2835

Please sign in to comment.