File tree 1 file changed +34
-22
lines changed
1 file changed +34
-22
lines changed Original file line number Diff line number Diff line change 1
1
# Jazzy config
2
- module_name : SMART
3
- author_name : SMART Health IT
2
+ module : SMART
3
+ author : SMART Health IT
4
4
author_url : http://www.smarthealthit.org
5
5
6
6
root_url : http://smart-on-fhir.github.io/Swift-SMART
7
7
github_url : https://github.com/smart-on-fhir/Swift-SMART
8
8
9
- theme_directory : fullwidth
9
+ theme : fullwidth
10
10
custom_categories :
11
11
- name : Client
12
12
children :
13
13
- Client
14
14
- SMARTAuthProperties
15
15
- SMARTAuthGranularity
16
16
- FHIRError
17
- - FHIRJSONError
18
- - FHIRJSONErrorType
17
+ - FHIRJSON
18
+ - FHIRErrorCallback
19
+ - FHIRResourceErrorCallback
19
20
20
21
- name : Server Interaction
21
22
children :
22
23
- Server
23
24
- FHIRServer
24
25
- FHIROpenServer
26
+ - FHIRMinimalServer
25
27
- FHIRSearch
26
28
- FHIROperation
27
29
- FHIROperationContext
28
- - FHIRRequestType
29
- - FHIRServerRequestHandler
30
- - FHIRServerDataRequestHandler
31
- - FHIRServerJSONRequestHandler
30
+ - FHIRRequestHandler
31
+ - FHIRBaseRequestHandler
32
+ - FHIRDataRequestHandler
33
+ - FHIRJSONRequestHandler
32
34
- FHIRServerResponse
33
35
- FHIRServerDataResponse
34
36
- FHIRServerJSONResponse
@@ -47,22 +49,32 @@ custom_categories:
47
49
children :
48
50
- OAuth2
49
51
- OAuth2AuthConfig
52
+ - OAuth2AuthRequest
53
+ - OAuth2Authorizer
54
+ - OAuth2Base
50
55
- OAuth2ClientConfig
51
56
- OAuth2ClientCredentials
52
- - OAuth2ImplicitGrant
53
57
- OAuth2CodeGrant
54
- - OAuth2Request
58
+ - OAuth2CodeGrantBasicAuth
59
+ - OAuth2ContextStore
60
+ - OAuth2CustomAuthorizer
61
+ - OAuth2DataTaskRequestPerformer
62
+ - OAuth2DebugLogger
63
+ - OAuth2DebugURLSessionDelegate
64
+ - OAuth2DynReg
55
65
- OAuth2EndpointAuthMethod
56
- - OAuth2WebViewController
57
- - OAuth2Base
58
66
- OAuth2Error
59
-
60
- - name : Keychain
61
- children :
67
+ - OAuth2Headers
68
+ - OAuth2HTTPContentType
69
+ - OAuth2HTTPMethod
70
+ - OAuth2ImplicitGrant
71
+ - OAuth2JSON
72
+ - OAuth2LogLevel
73
+ - OAuth2PasswordGrant
74
+ - OAuth2Requestable
75
+ - OAuth2Response
76
+ - OAuth2RequestParams
77
+ - OAuth2Securable
78
+ - OAuth2StringDict
79
+ - OAuth2WebViewController
62
80
- Keychain
63
- - KeychainItem
64
- - KeychainService
65
- - KeychainQuery
66
- - BaseKey
67
- - GenericKey
68
- - ArchiveKey
You can’t perform that action at this time.
0 commit comments