dart-lang / labs

This repository is home to Dart 'labs' packages.
BSD 3-Clause "New" or "Revised" License
14 stars 1 forks source link

Implement search API #139

Closed llamadonica closed 9 years ago

llamadonica commented 9 years ago

See Python docs here

sgjesse commented 9 years ago

As Dart is running as a custom runtime it does not have access to the App Engine Service APIs, but have to use the publicly available REST APIs for cloud services. See https://cloud.google.com/appengine/docs/managed-vms/ and look for Custom Runtimes. This basically excludes the search API.

As Dart on Managed VMs have been around for some time we currently do not use the public APIs for the services we provide, but we will switch at some point. For Datastore and Memcache this should be seamless. For User and Modules there might be some changes.

llamadonica commented 9 years ago

Gotcha. I'll figure out another search solution for now :)

On Thu, Sep 24, 2015 at 12:05 AM Søren Gjesse notifications@github.com wrote:

Closed dart-lang/labs#139 https://github.com/dart-lang/labs/issues/139.

— Reply to this email directly or view it on GitHub https://github.com/dart-lang/labs/issues/139.