Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added WorkspaceApi and supporting classes #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
Prev Previous commit
Next Next commit
Added changes to support older and alternative .NET frameworks
Jim Crespino committed Nov 1, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 20fa4c4a6533db6b32ee8ac7d171a701c4324144
21 changes: 1 addition & 20 deletions Genesys.Workspace.userprefs
Original file line number Diff line number Diff line change
@@ -1,24 +1,5 @@
<Properties>
<MonoDevelop.Ide.Workbench ActiveDocument="src/Genesys.Workspace/Client/ApiClient.cs">
<Files>
<File FileName="src/Genesys.Workspace/Client/ApiClient.cs" Line="1" Column="1" />
<File FileName="src/Genesys.Workspace/WorkspaceApiException.cs" Line="1" Column="1" />
<File FileName="src/Genesys.Workspace/WorkspaceApi.cs" Line="31" Column="41" />
<File FileName="src/Genesys.Workspace/Api/ReportingApi.cs" Line="36" Column="18" />
</Files>
<Pads>
<Pad Id="ProjectPad">
<State name="__root__">
<Node name="Genesys.Workspace" expanded="True">
<Node name="Genesys.Workspace" expanded="True">
<Node name="Api" expanded="True" selected="True" />
<Node name="Client" expanded="True" />
</Node>
</Node>
</State>
</Pad>
</Pads>
</MonoDevelop.Ide.Workbench>
<MonoDevelop.Ide.Workbench />
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" />
<MonoDevelop.Ide.DebuggingService.Breakpoints>
<BreakpointStore />
300 changes: 0 additions & 300 deletions src/Genesys.Workspace/Api/DocumentationApi.cs

This file was deleted.

Loading