本文介绍了对于应用程序的Heroku API子,这可能吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想建立一个API,我很担心,我所有的资源,要么无法与api.myapp.com域或访问他们将活用错误的URI。

I am trying to build an API and I am concerned that all my resources will either not be accessible with the api.myapp.com domain or that they will "live" with the wrong uris.

我添加了CNAME我的域名指向我的Heroku应用程序。
(例如:浏览到www.myapp.com带您到)

I have added the CNAME for my domain name to point to my Heroku app.(ex: browsing to www.myapp.com takes you to https://myherokuapp.heroku.com)

我想建立一个API子域,使A到
您需要为

I would like to set up an API subdomain, so that a GET tohttps://api.myapp.com takes you to https://myherokuapp.heroku.com/api/v1

最好的情况是,一个POST为 宝石帮助建立你的API

You might also want to look into the Grape Gem for helping build your api

这篇关于对于应用程序的Heroku API子,这可能吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 00:07