-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add support for API #18
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Oct 30, 2024
mattebit
requested changes
Nov 5, 2024
We will keep it as also suggested by Pietro and we add some instructions.
…On Thu, Nov 7, 2024 at 1:53 PM Simone Brunello ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
On tool/.devcontainer/docker-compose.yml
<#18 (comment)>:
It is a devcontainer. To make it easier to set up the development
environment, I have introduced a devcontainer file. In practice, when the
developer opens the project, the infrastructure is automatically started
and the backend of the IDE is loaded into the container.
Pietro suggested that I keep it and add instructions on how to connect to
intellij to make the intern's setup easier.
Let me know if you agree with it, otherwise I'll take it down.
—
Reply to this email directly, view it on GitHub
<#18 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADKLQKQEXGMGNLRBV3VHPITZ7NPC5AVCNFSM6AAAAABQ3M4SMKVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDIMRQHA4TONRXHE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
--
Le informazioni contenute nella presente comunicazione sono di natura
privata e come tali sono da considerarsi riservate ed indirizzate
esclusivamente ai destinatari indicati e per le finalità strettamente
legate al relativo contenuto. Se avete ricevuto questo messaggio per
errore, vi preghiamo di eliminarlo e di inviare una comunicazione
all’indirizzo e-mail del mittente.
--
The information transmitted is
intended only for the person or entity to which it is addressed and may
contain confidential and/or privileged material. If you received this in
error, please contact the sender and delete the material.
|
This was
linked to
issues
Nov 11, 2024
mattebit
approved these changes
Nov 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
MIG-T supports both GUI and API interaction. Two endpoints are available for API interaction:
Solves #11 and #15.