Skip to content

ngoulongkam/gform

 
 

Repository files navigation

gform

Build Status Download

Uploading sample data

To upload the sample schema to a local gform service:

curl http://localhost:9196/gform/schemas -H "Content-Type: application/json" -d '@sample-data/schema.json'

Similarly, to upload a form template:

curl http://localhost:9196/gform/formtemplates -H "Content-Type: application/json" -d '@sample-data/template.json'

View data with, for example:

curl http://localhost:9196/gform/schemas

curl http://localhost:9196/gform/formtemplates

License

This code is open source software licensed under the Apache 2.0 License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 99.9%
  • Other 0.1%