UNPKG

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