-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Link to the contact form for questions about API as well. Fixes #1784
- Loading branch information
Showing
3 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -190,13 +190,16 @@ | |
Standard agreements for commercial use are at | ||
<%= pa_link_to "oaf.org.au/standard-agreements/planningalerts-commercial", "https://www.oaf.org.au/standard-agreements/planningalerts-commercial/" %>. | ||
Please | ||
<%= pa_mail_to "contact@planningalerts.org.au", "contact us" %> | ||
<%= pa_link_to "contact us", documentation_contact_path(reason: "I want API access or commercial use") %> | ||
for | ||
<strong>commercial</strong> | ||
use. Commercial users may include Real Estate Agencies, Architects, Planners or Builders. | ||
</p> | ||
<p class="mt-8"> | ||
Also, please <%= pa_mail_to "[email protected]", "get in touch" %> if you intend to use the service on a large scale. In order to maintain quality of service for our API users, this service is rate limited by default to approximately 1000 requests per day. | ||
Also, please | ||
<%= pa_link_to "get in touch", documentation_contact_path(reason: "I want API access or commercial use") %> | ||
if you intend to use the service on a large scale. | ||
In order to maintain quality of service for our API users, this service is rate limited by default to approximately 1000 requests per day. | ||
</p> | ||
<p class="mt-8"> | ||
We offer a range of paid options, from rate–limited to unlimited use of this service. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -130,13 +130,16 @@ | |
Standard agreements for commercial use are at | ||
<a href="https://www.oaf.org.au/standard-agreements/planningalerts-commercial/">oaf.org.au/standard-agreements/planningalerts-commercial</a>. | ||
Please | ||
= mail_to "contact@planningalerts.org.au", "contact us" | ||
= link_to "contact us", documentation_contact_path(reason: "I want API access or commercial use") | ||
for | ||
%strong commercial | ||
use. Commercial users may include Real Estate Agencies, Architects, Planners or Builders. | ||
|
||
%p | ||
Also, please #{mail_to "[email protected]", "get in touch"} if you intend to use the service on a large scale. In order to maintain quality of service for our API users, this service is rate limited by default to approximately 1000 requests per day. | ||
Also, please | ||
= link_to "get in touch", documentation_contact_path(reason: "I want API access or commercial use") | ||
if you intend to use the service on a large scale. | ||
In order to maintain quality of service for our API users, this service is rate limited by default to approximately 1000 requests per day. | ||
|
||
%p | ||
We offer a range of paid options, from rate–limited to unlimited use of this service. | ||
|