Skip to content

C# wrapper for the RS2 Swagger REST API. This takes advantage of dynamics and can return etheir an array or a list of dynamic objects. Has methods to create/update/read records inside of the RS2 system. Delete is there but has not been tested currently

Notifications You must be signed in to change notification settings

rlouch2/RS2SwaggerAPI

Repository files navigation

RS2SwaggerAPI

C# wrapper for the RS2 Swagger REST API. This takes advantage of dynamics and can return etheir an array or a list of dynamic objects.

CREATE CreateDefault - Returns a blank (empty/null values) for the selected table Update the needed values and then use Create to create the new record. A copy of the new record will be returned

SelectAll - Will return all records for the given table

Select (ID) will return the single record for that ID value

Select - with filter - wil return all records that match the filter criteria

Update - get the record, make changes to the values, send the record back

About

C# wrapper for the RS2 Swagger REST API. This takes advantage of dynamics and can return etheir an array or a list of dynamic objects. Has methods to create/update/read records inside of the RS2 system. Delete is there but has not been tested currently

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages