1SaaS
π© Back to 1SaaS.co
π‘ Login into Portal
Searchβ¦
π
Getting Started
β
FAQ
π
API Documentation
π
Examples and Use Cases
π€©
Use Cases
π¨π»
Code Examples
π£
Road Map
Powered By
GitBook
π¨π»
Code Examples
Execute code without any hassle.
Run Javascript via API
You can find the currently supported packages for our js endpoint:
β
β
There are two methods to return your result.
result = { "data": YOURVARIABLE }
Or just:
return { "data": YOURVARIABLE }
Both methods will return the result in the JSON
{ "data": YOURVARIABLE }
β
Here you can find some code examples:
Some JavaScript Examples
Run Python via API
result = { "data": YOURVARIABLE }
We will return the result in the JSON { "data": YOURVARIABLE }
So please insert this at the end of your code!
Here you can find some examples:
Some Python Examples
We have installed a set of python libaries:
β
My Package is not working or missing?
You need more? Join our slack!
Write in our Support channel
and we will add them for you!
Slack
Previous
Use Cases
Next
Road Map
Last modified
2mo ago
Copy link
Contents
Run Javascript via API
Run Python via API
My Package is not working or missing?