Is it possible to create a project in Zanata via REST API? - zanata

According the specification there are a few methods about projects but no anyone for creation.
Any idea how to create a project via REST API?

Related

Website Restrict Google Maps API key dynamicly via SDK

my question: Is there any Google API / SDK I can use to be able to dynamically add "HTTP referrers (web sites)" (assign domains) to maps API key ?
Background
I'm building a web-application portal that will allow anyone to create a business website and assign a custom domain to it.
On that generated website customer will have google maps map pointing to address of their business.
Customer has an option to add custom domain to their business website created by my web-application (by CNAME to the my web-application)
Desired feature is that once the domain background job will get triggered that will add that domain/host to list of restricted domains/hosts for my Google Maps Api key so that their domain will be able to read google maps on their domanin
note: I Have cron job DNS lookup validation check implemented to ensure that domain is really assigned to the domain
live example
here is website generated by customer on my web-application http://sbs-sos.sajtka.sk/ he assigned a domain and pointed CNAME http://sbs-sos.sk/
Reason why the google map works is because I manually white-listed their domain. I need to automate this
please aware portal is not fully launched so many bugs are happening
The feature request to manage API keys restrictions via SDK was submitted in Google issue tracker in 2016:
https://issuetracker.google.com/issues/35829646
Currently, there are no any official SDK for that. However, the last update from Google says that they released experimental API to programmatically manage your API Keys and their restrictions.
The best way to handle thousands of authorized domains is to use an API to programmatically manage your API Keys and their restrictions, and we have recently launched a new service that allows you to do this.
This API is still in Alpha. If you are interested in becoming a Trusted Tester for this service, you can use the following form to sign up, please read the instructions carefully:
https://forms.gle/qx2SMcarWCAsbWVp7
Please note that this API is not part of the Google Maps Platform. After you fill out the form, you will be contacted by the API Keys API team with instructions on how to get started, and how to receive support.
API Keys API is currently free of charge. However, please note that use of Cloud Endpoints may be subject to charges at high traffic volume. You can check the pricing sheet here:
https://cloud.google.com/endpoints/pricing-and-quotas
I would suggest joining Trusted Tester program and try out this API.
I hope this helps!

Custom Application - Android Auto

I would like to know how could I create a custom application for Android Auto. Nowadays, I know I can create “media” and “notification” Android Auto apps, but I would like to have a custom app (with a custom service), because I would like to create a google assistant flow and modify the map.
GOOGLE ASSISTANT NEW FLOW
I would like to get custom responses for some request by voice, because I would like to ask an appointment by Google Assistant. I have just seen an Android Auto notification app. With those methods I can send and replay some message, but it’s not a new or custom Google Assistant dialog. How could I create a new app with a new google assistant voice flow.
Please, if somebody have a custom Android Auto app example to learn it, I would appreciate so much! :D
MAPS
In addition, I don’t know if I could edit Google Maps for remark some custom places in the map from my Android app, or if it’s necessary create my own map in my application. I’m not sure if when I ask to Google Assistant it’ll works my custom Google Map or it will show me the standard Google Maps (without my remarkable places).
I NEED CREATE SOMETHING LIKE THIS —>
enter image description here
Thanks in advance for your help!
That's an interesting question.
Based on https://designguidelines.withgoogle.com/android-auto/custom-apps/custom-app-anatomy.html it is supposed to be possible to develop custom applications.
But when you create a project in Android Studio it is only possible to create messaging and audio applications (at least those are the public templates that are offered).
I have been looking about that and I have found some interesting answers from people answering the same question:
Android Auto custom apps - Official
Build Custom App for Android Auto
Can I make any apps for Android Auto?
https://support.google.com/androidauto/thread/2998734?hl=en
So based on this answers it is not possible to develop custom applications unless that you have the another SDK to do that. And if you get that SDK you need to be a Google partner to publish them.
If anyone knows another way to develop custom applications or how to get that another SDK, it would be great to know.

Update Revit custom properties by web API

It is possible to update and save a custom text attribute in a Revit project hosted on BIM360 ?
Our customer's advisor say it is possible, but after taking a look to the Forge API I do not see any reliable way to do it.
I'm wrong or I've missed something ?
I guess they are referring out new API, Design Automation for Revit V3, the new V3 API is still in Beta, but it has the ability to do the following task related to Revit file, including modify your Revit model:
Create custom Revit family content
Automate model creation
Explore and analyze model data
Extract and produce automated reports
Modify existing models to maintain company standards
Automatically create documentation
Also please check Learn Forge about Modify Model as the sample on detail steps of implementation.

Google Maps REST API to Create Custom Maps?

I have a database table with a listing of thousands of locations. I would like to create a custom map (accessible from the main Google Maps splash page by going to Menu->Your places->Maps. These are the same maps that you can create yourself at google.com/maps) using REST URLs to drop dots associated with my location addresses. The populated custom map will then be accessed through google.com/maps. I am not looking to embed Google Maps on a web page.
I've looked here, but I have not been able to find a set of REST URLs that I can use to do this. Most of the APIs provided by Google comes in the form of client-side JavaScript libraries.
Is there a way to create a custom map using exposed REST endpoints from Google?
The brief answer is no.
Maps Data API has not been available since 2011 (see Maps Data API deprecation announcement) and as for now there still is no way of doing it programmatically (see Allow programmatic access to MyMaps)

Do you know any framework / application to create a google map based web application

I want to create a web application which makes use of Google maps.
Features are quite simple:
Users can login (best with FB connect)
Users can post items which are geolocated
UI consists mainly of a google map with all items
I'm looking for something implemented where you would only have to specify the nature of your items.
Any ideas?
If you're not going to make money off of it, you can use ESRI's Javascript API for free:
ArcGIS Javascript API