smartfog / fogflow

FogFlow is a standard-based IoT fog computing framework that supports serverless computing and edge computing with advanced programming models
https://fogflow.readthedocs.io
BSD 3-Clause "New" or "Revised" License
123 stars 45 forks source link

document the REST API of FogFlow with some examples #363

Closed showersky closed 2 years ago

showersky commented 2 years ago

The REST APIs to manage FogFlow objects (operators, docker images, service topologies, fog functions, and service intents) are implemented based on raw JSON HTTP requests. It is now the time to document those APIs with some examples. Overall, this tutorial page could include the following parts:

naveennec commented 2 years ago

This suggestion is already implemented in below pull request. https://github.com/smartfog/fogflow/pull/378/files

So closing this issue.