Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 26, 2022. It is now read-only.

Conversation

@luiz-couto
Copy link
Contributor

Description

Kind: Feature

Section: Python Controller Client

Summary: Created Python Controller Client.

Changelog

The following modules were added to inspr python lib:

  • models (to define the changelog and inspr structure data types)
  • rest (updated - added get, delete and update methods)
  • controller-client (with all the CRUD methods for apps, channels, types and alias)

Pay attention to

It was decided to create separated endpoints for eachone of the structures, as this leads to more specific functions that helps the user when using the client.
Making the client too general (like a single GET function etc), makes the client lose some of its function, which is to make it easier for the user to interact with the Insprd API/endpoints. If it is very general and the
user has to define the body, it wouldn't be much different from implementing a get function of his own (in the user perspective).

@codecov
Copy link

codecov bot commented Aug 25, 2021

Codecov Report

Merging #120 (bdb4b11) into develop (0496bd6) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #120   +/-   ##
========================================
  Coverage    74.93%   74.93%           
========================================
  Files          116      116           
  Lines         6384     6384           
========================================
  Hits          4784     4784           
  Misses        1362     1362           
  Partials       238      238           
Flag Coverage Δ
unittests 74.93% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0496bd6...bdb4b11. Read the comment docs.

@luiz-couto luiz-couto merged commit eed7adf into develop Aug 26, 2021
@luiz-couto luiz-couto deleted the story/CORE-502 branch August 26, 2021 16:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants