API Example - adept-dm/adept GitHub Wiki

DEPRECATED

We are moving to a new design. Check out the spec here: https://docs.google.com/document/d/1xU9m2zxva2eKhiXVYYqjmZieaWPJY0mDbEmZ_pE5P5c/edit?usp=sharing

DEPRECATED CONTENT

An example of how to use the API can be found here:

https://github.com/adept-dm/adept/blob/master/adept-core/examples/src/main/scala/adept/examples/BasicResolve.scala

To execute this example, make sure you have installed sbt and run this in the root adept dir:

sbt ";project adept-core-examples; run-main adept.examples.BasicResolve"