Skip to content

matt-raffel-kiva/FPS-Lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FSP Library

Please note: This project is in the inception phase. The details outlined below are subject to change as we gather feedback and refine our approach.

Goal(s)

  1. natural language libraries for consuming PA2 APIs
  2. natural language tools for assisting with PA2 tasks

Background

Our research indicates our partners use these programming languages most frequently when working with PA2 APIs: C#, PHP, JavaScript, and Java. Therefore, we will focus our initial efforts on these languages.

Structure

Each library will be structured as follows:

/LibraryName
    /docs
        - Documentation files (e.g., README.md, API reference)
    / library    
        - Compiled library files (e.g., DLLs, JARs, etc.) when applicable
    /src
        - Source code files
    /tests
        - Unit and integration tests    
    /examples

Design Principles

Library names will be the language the library is written in, e.g., dotnet, PHP, js, Java.

Libraries are designed to be modular, allowing users to include only the components they need for their specific use cases.

Libraries are designed to work in a variety of environments, including web applications, desktop applications, and server-side applications.

About

Libraries for consuming PA2 API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages