]> gitweb.mndrdr.org Git - arelpe.git/commit
v2 API
authorAidan Cornelius-Bell <[email protected]>
Sun, 15 Sep 2024 06:54:27 +0000 (16:24 +0930)
committerAidan Cornelius-Bell <[email protected]>
Sun, 15 Sep 2024 06:54:27 +0000 (16:24 +0930)
commitd2e45a489f6db8a80c47e6e31fa135da2f1e3f5d
tree1b20166d4643e5d8f17f336c1f3dd9fef3543aa6
parente6617b4eb5dbb27cd6aa8b3d13cda98155e8522a
v2 API
14 files changed:
API_DOCUMENTATION.md [new file with mode: 0644]
Gemfile
Gemfile.lock
LICENSE.md [new file with mode: 0644]
README.md
app/.DS_Store
app/controllers/api/.DS_Store
app/controllers/api/v2/api_controller.rb [new file with mode: 0644]
app/controllers/api/v2/pages_controller.rb [new file with mode: 0644]
app/controllers/api/v2/posts_controller.rb [new file with mode: 0644]
app/models/post.rb
app/serializers/page_serializer.rb [new file with mode: 0644]
app/serializers/post_serializer.rb [new file with mode: 0644]
config/routes.rb