JotformAPI class
Constructors
- JotformAPI.new({String baseUrl = "https://api.jotform.com", required String apiKey})
Properties
Methods
-
getForm(
String formId) → Future< JotformForm> -
getForms(
{int offset = 0, int limit = 20, String? filter, JotformOrderBy? orderBy}) → Stream< JotformForm> -
getQuestions(
String form) → Stream< JotformQuestion> -
getSubmission(
String submissionId) → Future< JotformSubmission> -
getSubmissions(
String id, {int offset = 0, int limit = 20, String? filter, JotformOrderBy? orderBy}) → Stream< JotformSubmission> -
getUrl(
String path, {Map< String, String> params = const {}}) → Uri -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited