ruby-simple-rest-api

时间:2024-05-13 14:26:57
【文件属性】:

文件名称:ruby-simple-rest-api

文件大小:40KB

文件格式:ZIP

更新时间:2024-05-13 14:26:57

Ruby

Ruby On Rails的简单Rest Api 作者:Faisal Ihsanul Fikri 设置 克隆此存储库 创建名为“ mylibrary”的新数据库 运行这个$ bundle install $ rails s REST API将在 例如获取所有数据 样本API 获取所有数据 GET - http://localhost:3000/api/v1/library 获取单个数据 GET - http://localhost:3000/api/v1/library/1 建立资料 POST - http://localhost:3000/api/v1/library/1 with body { " title " : " title for test " , " description " : " description for test "


【文件预览】:
ruby-simple-rest-api-master
----log()
--------.keep(0B)
----public()
--------robots.txt(202B)
----config.ru(130B)
----db()
--------seeds.rb(120B)
--------schema.rb(2KB)
--------migrate()
----tmp()
--------.keep(0B)
----lib()
--------tasks()
----Gemfile(1KB)
----Rakefile(227B)
----config()
--------initializers()
--------application.rb(1KB)
--------environments()
--------locales()
--------boot.rb(128B)
--------cable.yml(116B)
--------secrets.yml(965B)
--------puma.rb(2KB)
--------routes.rb(191B)
--------database.yml(549B)
--------environment.rb(128B)
----test()
--------integration()
--------models()
--------controllers()
--------fixtures()
--------mailers()
----README.md(937B)
----Gemfile.lock(4KB)
----.gitignore(543B)
----app()
--------views()
--------models()
--------controllers()
--------channels()
--------mailers()
--------jobs()
----bin()
--------setup(924B)
--------bundle(133B)
--------rake(94B)
--------rails(145B)
--------update(786B)

网友评论