UNPKG

1.01 kBYAMLView Raw
1name: Ravel API
2version: 0.23.0
3versions:
4 - 0.22.6
5 - 0.22.5
6 - 0.22.4
7 - 0.22.3
8 - 0.22.2
9 - 0.22.1
10 - 0.22.0
11 - 0.21.1
12 - 0.21.0
13 - 0.20.1
14 - 0.20.0
15 - 0.19.0
16 - 0.18.3
17 - 0.18.2
18 - 0.18.1
19 - 0.18.0
20 - 0.17.9
21 - 0.17.8
22 - 0.17.7
23 - 0.17.5
24 - 0.17.4
25 - 0.17.3
26 - 0.17.2
27 - 0.17.18
28 - 0.17.17
29 - 0.17.13
30 - 0.17.12
31 - 0.17.11
32 - 0.17.10
33 - 0.17.1
34 - 0.17.0
35 - 0.16.0
36toc:
37 - name: Core Application Components
38 - Ravel
39 - Module
40 - Routes
41 - Resource
42 - name: Dependency Injection
43 - inject
44 - name: Routing and Middleware
45 - mapping
46 - before
47 - name: Databases and Transaction-Per-Request
48 - transaction
49 - TransactionFactory
50 - DatabaseProvider
51 - name: Authentication
52 - authenticated
53 - authconfig
54 - AuthenticationProvider
55 - name: Logging
56 - Logger
57 - name: Built-in Error Types
58 description: |
59 Built-in error types are automatically translated into standard HTTP response status codes when thrown.
60 - ApplicationError
61 - name: Other Stuff