New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

filemaker-ts

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filemaker-ts

<!-- Improved compatibility of back to top link: See: https://github.com/othneildrew/Best-README-Template/pull/73 -->

latest
npmnpm
Version
0.8.1
Version published
Maintainers
1
Created
Source

Contributors Forks Stargazers Issues MIT License


Logo

filemaker-ts

A typescript wrapper for the Filemaker Data API
Explore the docs »

View Demo · Report Bug · Request Feature

About The Project

Filemaker-ts is an ongoing effort to build a strongly-typed API wrapper around the Filemaker Data API. The goal of this project is to reduce development time by allowing users to define their Filemaker schema in Typescript for consistency across the entire development stack.

DISCLAIMER: This project is still in early-stage development and is subject to major changes.

(back to top)

Installation

NPM:

npm install filemaker-ts

Yarn:

yarn add filemaker-ts

(back to top)

Usage

Usage examples will be published soon! The wrapper is being created on an as-needed basis and is subject to major changes.

(back to top)

Roadmap

  • Log in to database
  • Get a single record
  • Get a range of records
  • Create a record
  • Edit a record
  • Delete a record
  • Perform a find request
  • Log out of a database
  • Duplicate a record
  • Upload container data
  • Get metadata
  • Run a script
  • Set global field values

(back to top)

Contributing

Any contributions you make are greatly appreciated!

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  • Fork the Project
  • Create your Feature Branch (git checkout -b feature/AmazingFeature)
  • Commit your Changes (git commit -m 'Add some AmazingFeature')
  • Push to the Branch (git push origin feature/AmazingFeature)
  • Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

FAQs

Package last updated on 05 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts