Skip to content

Colectica/closer-colectica-training-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CLOSER Colectica Training Samples

This repository contains sample code from the CLOSER/Colectica API training.

closerapi/

This is a simple access that shows how to access the Colectica Repository REST API from C# code. The basic steps are:

  1. Auto-generate a client for the REST API. This happens in the closerapi.csproj:
    <OpenApiReference Include="swagger.json" SourceUrl="https://closer.sandbox.colectica.org/swagger/v1/swagger.json" />
  1. Request an API token, and set that token on an HTTP client for use in future calls.
  2. Make the calls.

closersdk/

This example shows how to the Colectica REST API using the Colectica SDK.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages