You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ This playground does not adhere to Ruby best practices but rather is intended to
28
28
- Execute the command `docker compose up`
29
29
6. You will see the JSON response in the console.
30
30
31
-
### APIs Covered in Playground:
31
+
### API's Covered:
32
32
33
33
- Databse
34
34
*[Create Collection](./lib/playground.rb#L53)
@@ -49,6 +49,11 @@ This playground does not adhere to Ruby best practices but rather is intended to
49
49
*[List User](./lib/playground.rb#L29)
50
50
*[Delete User](./lib/playground.rb#L38)
51
51
52
+
- Functions
53
+
*[Create Function](./lib/playground.rb#L229)
54
+
*[List Functions](./lib/playground.rb#L244)
55
+
*[Delete Function](./lib/playground.rb#L253)
56
+
52
57
## Contributing
53
58
54
59
All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.
0 commit comments