Sha256: 10e703ae2ae1a55981d3309248fef4f0153d875d91ce618184d944070c414503
Contents?: true
Size: 1.7 KB
Versions: 21
Compression:
Stored size: 1.7 KB
Contents
=begin #OAuthService #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI spec version: v1 Generated by: https://openapi-generator.tech OpenAPI Generator version: 3.3.4 =end require 'spec_helper' require 'json' # Unit tests for Hubspot::OAuth::AccessTokensApi # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'AccessTokensApi' do before do # run before each test @instance = Hubspot::OAuth::AccessTokensApi.new end after do # run after each test end describe 'test an instance of AccessTokensApi' do it 'should create an instance of AccessTokensApi' do expect(@instance).to be_instance_of(Hubspot::OAuth::AccessTokensApi) end end # unit tests for getoauthv1access_tokenstoken # Auth Level: none ([Docs](https://product.hubteam.com/docs/appsystems/auth-and-rest/auth-levels.html)) [Source Code](https://private.hubteam.com/opengrok/search?project=all&path=AccessTokensResource%20OR%20Object&defs=requestAccessTokenInfo)&nbsp;|&nbsp;[API Goggles](https://tools.hubteam.com/api/get/api.hubapi.com%2Foauth%2Fv1%2Faccess-tokens%2F%28%28%7Btoken%7D%29%29?showRequestDetails=true)&nbsp;|&nbsp;<a href='#operations-Access_Tokens-get-%2Foauth%2Fv1%2Faccess-tokens%2F%7Btoken%7D'>Permalink</a> # @param token # @param [Hash] opts the optional parameters # @return [AccessTokenInfoResponse] describe 'getoauthv1access_tokenstoken test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end
Version data entries
21 entries across 21 versions & 1 rubygems