UNPKG

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