Releases: superfaceai/service-client
Releases · superfaceai/service-client
v0.0.17
0.0.17 - 2021-06-29
Added
getSDKConfiguration
method fetches SDK configuration for a given projectgetSDKPerformStatistics
method fetches perform statistics for a given project/profile/providergetSDKProviderChangesList
method lists provider changes for a given project/profile/provider
v0.0.16
0.0.16 - 2021-06-17
Added
getProjectsList
method lists all projects owned by the authenticated usergetProject
method fetches a single projectupdateProject
method updates a project
v0.0.15
0.0.15 - 2021-06-03
Added
confirmPasswordlessLogin
method with logic for confirming passwordless login flow
v0.0.14
0.0.14 - 2021-05-14
Fixed
- Custom errors have properly set prototype as described in TypeScript Documentation.
v0.0.13
0.0.13 - 2021-05-14
Changed
- Service Client throws custom errors.
ServiceClientError
as generic error from Service Client andServiceApiError
as error when non 2xx response is received from service apis.
v0.0.13-beta.0
0.0.13-beta.0 - 2021-05-13
Added ability to disable auth
Added
fetch
options takeauthenticate
boolean parameter to optionally disable authentication (which is enabled by default)
Changed
- the following methods now do not authenticate against Brain:
findAllProviders
findOneProvider
parseProfile
getProfile
getProfileSource
getProfileAST
parseMap
getMap
getMapSource
getMapAST
Fixed release script
Fixed
- Release script
Github login mode
Added
getGithubLoginUrl
method parametermode
added
Package renamed to @superfaceai/service-client
Changed
- BREAKING CHANGE: BrainClient renamed to ServiceClient
- BREAKING CHANGE: package renamed to @superfaceai/service-client