Releases: superfaceai/service-client
Releases · superfaceai/service-client
v1.0.0
1.0.0 - 2021-11-22
Added
- new argument to
passwordless
andgetGithubLoginUrl
to be able to pass any query parameters
Changed
- BREAKING CHANGE
getProfile
,getProfileAST
,getProfileSource
arguments changed - parameters
scope
andversion
are optional ingetProfile
,getProfileAST
,getProfileSource
functions - BREAKING CHANGE
getMap
,getMapAST
,getMapSource
arguments changed - parameter
scope
andversion
are optional ingetMap
,getMapAST
,getMapSource
functions
v0.0.26
0.0.26 - 2021-10-22
Fixed
getProvider
andgetProvidersList
correctly map older flat provider API response by removing theurl
param from the definition
v0.0.25
0.0.25 - 2021-10-21
Changed
- BREAKING CHANGE removed
Provider
interface - BREAKING CHANGE nested provider definition in
ProviderResponse
- BREAKING CHANGE nested provider definition in
ProviderListResponse
v0.0.24
0.0.24 - 2021-09-09
Added
createProject
method for initializing new projects
v0.0.23
0.0.23 - 2021-08-31
Fixed
- include
user-session
cookie insignOut
request
v0.0.22
0.0.22 - 2021-08-27
Added
shareProfile
method shares profile
v0.0.21
0.0.21 - 2021-08-26
Added
getUserInfo
method fetches information about logged in user
v0.0.20
0.0.20 - 2021-08-25
Fixed
confirmCliLogin
uses correct HTTP method
v0.0.19
0.0.19 - 2021-08-25
Added
getProfilesList
method fetches list of published profiles (incl. filter by profile owner & results count limit)getMapsList
method fetches list of published map variants (incl. filter by map owner & results count limit)cliLogin
method fetches verify and browser urls with expiration dateverifyCliLogin
method fetches status of CLI loginconfirmCliLogin
method confirms CLI login
Changed
- BREAKING CHANGE
findOneProvider
renamed togetProvider
- BREAKING CHANGE
findAllProviders
renamed togetProvidersList
, now has ability to filter providers by profile and owner (incl. results count limit) - BREAKING CHANGE
PasswordlessVerifyOptions
renamed toVerifyOptions
- BREAKING CHANGE
PasswordlessVerifyResponse
renamed toVerifyResponse
- BREAKING CHANGE
PasswordlessVerifyErrorResponse
renamed toVerifyErrorResponse
- BREAKING CHANGE
PasswordlessConfirmErrorResponse
renamed toLoginConfirmErrorResponse
- BREAKING CHANGE
passwordlessLogin
do not throw on json deserialization errors and returnsUnsuccessfulLogin
as result