# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test NIHApi")
api.instance <- NIHApi$new()
test_that("NIHCallback", {
# tests for NIHCallback
# base path: http://localhost
# Updates a user's NIH link from a JWT
# @param jwt JWTWrapper JWT from NIH login
# @return [NihStatus]
# uncomment below to test the operation
#expect_equal(result, "EXPECTED_RESULT")
})
test_that("NIHStatus", {
# tests for NIHStatus
# base path: http://localhost
# Retrieves info about a user's NIH link
# @return [NihStatus]
# uncomment below to test the operation
#expect_equal(result, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.