UNPKG

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