Class RecordService

java.lang.Object
de.oliver.fancyanalytics.sdk.records.RecordService

public class RecordService extends Object
The RecordService class provides methods to manage records within a specified project.
  • Constructor Details

    • RecordService

      public RecordService(ApiClient apiClient)
  • Method Details

    • createRecord

      public Future<Boolean> createRecord(String projectID, Record record)
      Asynchronously creates a new record for a specified project.
      Parameters:
      projectID - The ID of the project where the record will be created.
      record - The record to be created.
      Returns:
      A future that will be completed with a boolean indicating whether the record was created successfully.