fmdata icon indicating copy to clipboard operation
fmdata copied to clipboard

A simple and flexible FileMaker Data API Client for .NET. Use FMData to integrate your FileMaker data into .NET websites and applications.

Results 12 fmdata issues
Sort by recently updated
recently updated
newest added

Portal records are limited to 50 by default. We should be able to override this default limit by adding a property in PortalDataAttribute.cs Here is how we can override this...

help wanted
data-api

**Is your feature request related to a problem? Please describe.** I'm working with 3 tables -> Product, Order & OrderLine. For that, the relation is Product (pro__PRO::) > OrderLine (orl__ORL::)...

enhancement
data-api

**Is your feature request related to a problem? Please describe.** When the FileMaker API Token expires, requests return unauthorized. **Describe the solution you'd like** The FMData handlers should re-try the...

enhancement
data-api

Hello! Do you have any plans to introduce OAuth identity provider as one of the way to login to FileMaker?

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** Including sort parameters on a find request object is difficult and requires a reference to FMData.Rest and cannot simply be...

enhancement
xml-api
data-api
breaking change

Need specific treatment since they diverge from the way the rest api works even though the data available to us is similar. - [ ] Get Layouts - [ ]...

enhancement
help wanted
xml-api

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.8.0 to 17.9.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.9.0 What's Changed Remove dependency on Nuget.Frameworks by @​nohwnd in microsoft/vstest#4693 Add platform guard by @​dotMorten in microsoft/vstest#4737...

dependencies
.NET

Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.1.1 to 8.0.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.SourceLink.GitHub&package-manager=nuget&previous-version=1.1.1&new-version=8.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies
.NET